wineUnstable: 6.0-rc1 -> 6.0-rc2
Staging updated as well
This commit is contained in:
parent
f3206ed7db
commit
809c04b37a
@ -44,9 +44,9 @@ in rec {
|
|||||||
|
|
||||||
unstable = fetchurl rec {
|
unstable = fetchurl rec {
|
||||||
# NOTE: Don't forget to change the SHA256 for staging as well.
|
# NOTE: Don't forget to change the SHA256 for staging as well.
|
||||||
version = "6.0-rc1";
|
version = "6.0-rc2";
|
||||||
url = "https://dl.winehq.org/wine/source/6.0/wine-${version}.tar.xz";
|
url = "https://dl.winehq.org/wine/source/6.0/wine-${version}.tar.xz";
|
||||||
sha256 = "sha256-eN3JSPlGxmJ3m9WUPZGBJ0BIACG8lRy8resQLDi1O8g=";
|
sha256 = "sha256-8giHy+YsxCU5sh9YI9ZP3DEAGLFTPr8ELagZJ/OSDXY=";
|
||||||
inherit (stable) mono gecko32 gecko64;
|
inherit (stable) mono gecko32 gecko64;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -58,11 +58,10 @@ in rec {
|
|||||||
staging = fetchFromGitHub rec {
|
staging = fetchFromGitHub rec {
|
||||||
# https://github.com/wine-staging/wine-staging/releases
|
# https://github.com/wine-staging/wine-staging/releases
|
||||||
inherit (unstable) version;
|
inherit (unstable) version;
|
||||||
sha256 = "sha256-wAvH2BV/j3PbrLYoALVj5YG0VO15ySRodSs2w70YcIs=";
|
sha256 = "sha256-o5oXY2P/mT323paPifFz5kn/t56MAdlXaxcQlZDGUTI=";
|
||||||
owner = "wine-staging";
|
owner = "wine-staging";
|
||||||
repo = "wine-staging";
|
repo = "wine-staging";
|
||||||
# rev = "v${version}"; # revert back to this statement after stable release
|
rev = "v${version}";
|
||||||
rev = "v6.0rc1";
|
|
||||||
|
|
||||||
# Just keep list empty, if current release haven't broken patchsets
|
# Just keep list empty, if current release haven't broken patchsets
|
||||||
disabledPatchsets = [ ];
|
disabledPatchsets = [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user