wineStaging: 5.0.3 -> 6.0

This commit is contained in:
Stefan Frijters
2021-02-05 14:01:50 +01:00
parent da97c80fd7
commit c93866be97
2 changed files with 4 additions and 28 deletions
+4 -4
View File
@@ -13,9 +13,9 @@ let fetchurl = args@{url, sha256, ...}:
in rec {
stable = fetchurl rec {
version = "5.0.3";
url = "https://dl.winehq.org/wine/source/5.0/wine-${version}.tar.xz";
sha256 = "sha256-nBo1Ni/VE9/1yEW/dtpj6hBaeUrHFEqlA/cTYa820i8=";
version = "6.0";
url = "https://dl.winehq.org/wine/source/6.0/wine-${version}.tar.xz";
sha256 = "sha256-tJMGXy+D7kKcYuLsWGmKPPY+94ci4bIHZYIxUuhYLFY=";
## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {
@@ -38,7 +38,7 @@ in rec {
patches = [
# Also look for root certificates at $NIX_SSL_CERT_FILE
./cert-path-stable.patch
./cert-path.patch
];
};