summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/emulators
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2020-12-14 15:34:54 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2021-01-02 19:49:45 +0200
commit809c04b37aecad16f8b63f3f4b8c38d36afee6f6 (patch)
tree12dcf02a7b79a3e05d6d7863914abb9ef706fd73 /pkgs/misc/emulators
parentf3206ed7db795170d0bb605cdc7770e012834eb7 (diff)
wineUnstable: 6.0-rc1 -> 6.0-rc2
Staging updated as well
Diffstat (limited to 'pkgs/misc/emulators')
-rw-r--r--pkgs/misc/emulators/wine/sources.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/misc/emulators/wine/sources.nix b/pkgs/misc/emulators/wine/sources.nix
index a18d37bfd621..773355934f6f 100644
--- a/pkgs/misc/emulators/wine/sources.nix
+++ b/pkgs/misc/emulators/wine/sources.nix
@@ -44,9 +44,9 @@ in rec {
unstable = fetchurl rec {
# 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";
- sha256 = "sha256-eN3JSPlGxmJ3m9WUPZGBJ0BIACG8lRy8resQLDi1O8g=";
+ sha256 = "sha256-8giHy+YsxCU5sh9YI9ZP3DEAGLFTPr8ELagZJ/OSDXY=";
inherit (stable) mono gecko32 gecko64;
patches = [
@@ -58,11 +58,10 @@ in rec {
staging = fetchFromGitHub rec {
# https://github.com/wine-staging/wine-staging/releases
inherit (unstable) version;
- sha256 = "sha256-wAvH2BV/j3PbrLYoALVj5YG0VO15ySRodSs2w70YcIs=";
+ sha256 = "sha256-o5oXY2P/mT323paPifFz5kn/t56MAdlXaxcQlZDGUTI=";
owner = "wine-staging";
repo = "wine-staging";
- # rev = "v${version}"; # revert back to this statement after stable release
- rev = "v6.0rc1";
+ rev = "v${version}";
# Just keep list empty, if current release haven't broken patchsets
disabledPatchsets = [ ];