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 @@ -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" ;
You can’t perform that action at this time.
0 commit comments