wine-staging: 11.8 -> 11.9 (#521264)
This commit is contained in:
@@ -151,9 +151,9 @@ rec {
|
|||||||
|
|
||||||
unstable = fetchurl rec {
|
unstable = fetchurl rec {
|
||||||
# NOTE: Don't forget to change the hash for staging as well.
|
# NOTE: Don't forget to change the hash for staging as well.
|
||||||
version = "11.8";
|
version = "11.9";
|
||||||
url = "https://dl.winehq.org/wine/source/11.x/wine-${version}.tar.xz";
|
url = "https://dl.winehq.org/wine/source/11.x/wine-${version}.tar.xz";
|
||||||
hash = "sha256-U6qFmV1Ll/ARahxWuKahQXcw71mid4GdLT0xNk6lVrA=";
|
hash = "sha256-45zBjbKHNYokNvivSYvtx+RE1V65nvVFtg53i7TqD28=";
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Also look for root certificates at $NIX_SSL_CERT_FILE
|
# Also look for root certificates at $NIX_SSL_CERT_FILE
|
||||||
@@ -163,7 +163,7 @@ rec {
|
|||||||
# see https://gitlab.winehq.org/wine/wine-staging
|
# see https://gitlab.winehq.org/wine/wine-staging
|
||||||
staging = fetchFromGitLab {
|
staging = fetchFromGitLab {
|
||||||
inherit version;
|
inherit version;
|
||||||
hash = "sha256-lW5dfCfsB+z84mlLpfmkR7QDxmhL+RcBufSftUutHto=";
|
hash = "sha256-IQSu/Nr3JynVv95/jaZCZrCQWKE8/pp9JGEwfmDdI9s=";
|
||||||
domain = "gitlab.winehq.org";
|
domain = "gitlab.winehq.org";
|
||||||
owner = "wine";
|
owner = "wine";
|
||||||
repo = "wine-staging";
|
repo = "wine-staging";
|
||||||
@@ -186,9 +186,9 @@ rec {
|
|||||||
|
|
||||||
## see http://wiki.winehq.org/Mono
|
## see http://wiki.winehq.org/Mono
|
||||||
mono = fetchurl rec {
|
mono = fetchurl rec {
|
||||||
version = "11.0.0";
|
version = "11.1.0";
|
||||||
url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi";
|
url = "https://dl.winehq.org/wine/wine-mono/${version}/wine-mono-${version}-x86.msi";
|
||||||
hash = "sha256-1+/t4Lm9z1ITT4zWztWdn+zpdvcLEaQAvbR7hkVpzSc=";
|
hash = "sha256-3rA0FDH4Jgsgn/9rx53cxUFLl/jpI2q5+9ykzlngqbk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
updateScript = writeShellScript "update-wine-unstable" ''
|
updateScript = writeShellScript "update-wine-unstable" ''
|
||||||
|
|||||||
Reference in New Issue
Block a user