Skip to content

Commit 80c7d70

Browse files
authored
wine-staging: 10.4 -> 10.5 (NixOS#396610)
2 parents 32a40c2 + 8f7ccde commit 80c7d70

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
@@ -115,9 +115,9 @@ rec {
115115

116116
unstable = fetchurl rec {
117117
# NOTE: Don't forget to change the hash for staging as well.
118-
version = "10.4";
118+
version = "10.5";
119119
url = "https://dl.winehq.org/wine/source/10.x/wine-${version}.tar.xz";
120-
hash = "sha256-oJAZzlxCuga6kexCPUnY8qmo6sTBqSMMc+HRGWOdXpI=";
120+
hash = "sha256-wDbsHvR2dHdKX5lFgwIuni62j+j8GLOox55oWzvsibw=";
121121
inherit (stable) patches;
122122

123123
## see http://wiki.winehq.org/Gecko
@@ -163,7 +163,7 @@ rec {
163163
staging = fetchFromGitLab rec {
164164
# https://gitlab.winehq.org/wine/wine-staging
165165
inherit (unstable) version;
166-
hash = "sha256-LteUANxr+w1N9r6LNztjRfr3yXtJnUMi0uayTRtFoSU=";
166+
hash = "sha256-rXA/55rwQSJR247E4H7cQdTtXRmjomRbls7THV3jfcE=";
167167
domain = "gitlab.winehq.org";
168168
owner = "wine";
169169
repo = "wine-staging";

0 commit comments

Comments
 (0)