Skip to content

Commit 2784e63

Browse files
authored
wine64Packages.{unstable,staging}: 10.0-rc4 -> 10.0-rc5 (NixOS#373249)
2 parents e7779f2 + c2effed commit 2784e63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/applications/emulators/wine/sources.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ in rec {
6969

7070
unstable = fetchurl rec {
7171
# NOTE: Don't forget to change the hash for staging as well.
72-
version = "10.0-rc4";
72+
version = "10.0-rc5";
7373
url = "https://dl.winehq.org/wine/source/10.0/wine-${version}.tar.xz";
74-
hash = "sha256-/oos3wn91MNBpew0ascvCyJN4L3Qp64J+RGwLpyvEAg=";
74+
hash = "sha256-7IlPe1wH0tTCHVNNf0OUZnuO8ngH4w4hKJhpp02XbtI=";
7575
inherit (stable) patches;
7676

7777
## see http://wiki.winehq.org/Gecko
@@ -117,7 +117,7 @@ in rec {
117117
staging = fetchFromGitLab rec {
118118
# https://gitlab.winehq.org/wine/wine-staging
119119
inherit (unstable) version;
120-
hash = "sha256-Hfpsi/XJOa7KmW1tEz8wibkM5SnskKMldNqjigRmmMs=";
120+
hash = "sha256-no+yYF/xhy0kRfBqPer0UbpJNEh9LtKCmyVvhQB58K4=";
121121
domain = "gitlab.winehq.org";
122122
owner = "wine";
123123
repo = "wine-staging";

0 commit comments

Comments
 (0)