File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/emulators/wine Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments