Skip to content

Commit b8597bc

Browse files
authored
wine64Packages.{unstable,staging}: 10.5 -> 10.7 (#402028)
2 parents 557ffc5 + f40800f commit b8597bc

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.5";
135+
version = "10.7";
136136
url = "https://dl.winehq.org/wine/source/10.x/wine-${version}.tar.xz";
137-
hash = "sha256-wDbsHvR2dHdKX5lFgwIuni62j+j8GLOox55oWzvsibw=";
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-rXA/55rwQSJR247E4H7cQdTtXRmjomRbls7THV3jfcE=";
147+
hash = "sha256-4doo7B3eEoQaml6KX02OhcLGGiLcgNhYq4ry/iB7kLc=";
148148
domain = "gitlab.winehq.org";
149149
owner = "wine";
150150
repo = "wine-staging";

0 commit comments

Comments
 (0)