basePrefix: use different dotnet20 package for winetricks cache

This commit is contained in:
2026-09-02 08:35:32 -04:00
parent c612b857e9
commit a384a464ec
+3 -3
View File
@@ -14,7 +14,7 @@ let
verbs = [
"tahoma"
"vcrun2022"
#"dotnet20"
"dotnet20"
"dotnet48"
"corefonts"
"win11"
@@ -75,9 +75,9 @@ let
name = "dotnet20/NetFx64.exe";
path = fetchurl {
urls = [
"https://download.microsoft.com/download/9/8/6/98610406-c2b7-45a4-bdc3-9db1b1c5f7e2/NetFx20SP1_x64.exe"
"https://gitea.daguerro.net/floturcocantsee/affinity-nix/raw/commit/c612b857e9a9ce36b6442a5057f92d10bf95a9b0/blobs/NetFx64.exe"
];
hash = "sha256-FzHlPeX0i6rgljZ3JXZg3xMpVJ6BxItNfbf38/Iymqs=";
hash = "sha256-fqhtyo7q7cqkoXNwVHyizqnptndJcrjgPSyx+w55hmk=";
};
}
];