Skip to content

Commit f40800f

Browse files
committed
wine64Packages.{unstable,staging}: 10.6 -> 10.7
1 parent 2234346 commit f40800f

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
@@ -132,9 +132,9 @@ rec {
132132

133133
unstable = fetchurl rec {
134134
# NOTE: Don't forget to change the hash for staging as well.
135-
version = "10.6";
135+
version = "10.7";
136136
url = "https://dl.winehq.org/wine/source/10.x/wine-${version}.tar.xz";
137-
hash = "sha256-KviAmj6Yc2N1LI92QO+nKnydMhPTMkN9uHzh0NmOkGE=";
137+
hash = "sha256-dRNnoxCZkNcD5ZDi21MBh8Th39Lo5hNzq4S0L+EbGPo=";
138138

139139
patches = [
140140
# Also look for root certificates at $NIX_SSL_CERT_FILE
@@ -144,7 +144,7 @@ rec {
144144
# see https://gitlab.winehq.org/wine/wine-staging
145145
staging = fetchFromGitLab {
146146
inherit version;
147-
hash = "sha256-vDN4u95HiOC0PZyRjHl6eQeL7B9s+NNM4cKrhsa0BEY=";
147+
hash = "sha256-4doo7B3eEoQaml6KX02OhcLGGiLcgNhYq4ry/iB7kLc=";
148148
domain = "gitlab.winehq.org";
149149
owner = "wine";
150150
repo = "wine-staging";

0 commit comments

Comments
 (0)