File tree 2 files changed +13
-4
lines changed
pkgs/applications/emulators/wine
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -75,5 +75,14 @@ listToAttrs (
75
75
# This wayland combination times out after spending many hours.
76
76
# https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
77
77
( pkgs . lib . remove "wayland" variants )
78
+ ++
79
+ map
80
+ ( makeWineTest "wineWow64Packages" [
81
+ hello32
82
+ hello64
83
+ ] )
84
+ # This wayland combination times out after spending many hours.
85
+ # https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.wine.wineWowPackages-wayland.x86_64-linux
86
+ ( pkgs . lib . remove "wayland" variants )
78
87
)
79
88
)
Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ in rec {
69
69
70
70
unstable = fetchurl rec {
71
71
# NOTE: Don't forget to change the hash for staging as well.
72
- version = "10.0 " ;
73
- url = "https://dl.winehq.org/wine/source/10.0 /wine-${ version } .tar.xz" ;
74
- hash = "sha256-xeCz9ffvr7MOnNTZxiS4XFgxcdM1SdkzzTQC80GsNgE =" ;
72
+ version = "10.2 " ;
73
+ url = "https://dl.winehq.org/wine/source/10.x /wine-${ version } .tar.xz" ;
74
+ hash = "sha256-nZDfts8QuBCntHifAGdxK0cw0+oqiLkfG+Jzsq0EJD8 =" ;
75
75
inherit ( stable ) patches ;
76
76
77
77
## see http://wiki.winehq.org/Gecko
@@ -117,7 +117,7 @@ in rec {
117
117
staging = fetchFromGitLab rec {
118
118
# https://gitlab.winehq.org/wine/wine-staging
119
119
inherit ( unstable ) version ;
120
- hash = "sha256-0mzKoaNaJ6ZDYQtJFU383W5nNe/FKtpBjeWDpiqkmp4 =" ;
120
+ hash = "sha256-qWje1nJ5LIVFj5PmB6RRITYOWGovXzCLEVFTazmp30o =" ;
121
121
domain = "gitlab.winehq.org" ;
122
122
owner = "wine" ;
123
123
repo = "wine-staging" ;
You can’t perform that action at this time.
0 commit comments