wineStaging: 5.0.3 -> 6.0
This commit is contained in:
@@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user