tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wine64Packages.unstable: 8.13 -> 8.14
R. Ryantm
2 years ago
0f361174
adbbbf0d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
emulators
wine
sources.nix
+3
-3
pkgs/applications/emulators/wine/sources.nix
···
69
70
unstable = fetchurl rec {
71
# NOTE: Don't forget to change the hash for staging as well.
72
-
version = "8.13";
73
url = "https://dl.winehq.org/wine/source/8.x/wine-${version}.tar.xz";
74
-
hash = "sha256-JuXTqD0lxUGMbA9USORD0gh2OiZDqrSw8a01KSKkwnU=";
75
inherit (stable) patches;
76
77
## see http://wiki.winehq.org/Gecko
···
117
staging = fetchFromGitHub rec {
118
# https://github.com/wine-staging/wine-staging/releases
119
inherit (unstable) version;
120
-
hash = "sha256-5upC+IWHBJE5DeFv96lD1hr4LYYaqAAzfxIroK9KlOY=";
121
owner = "wine-staging";
122
repo = "wine-staging";
123
rev = "v${version}";
···
69
70
unstable = fetchurl rec {
71
# NOTE: Don't forget to change the hash for staging as well.
72
+
version = "8.14";
73
url = "https://dl.winehq.org/wine/source/8.x/wine-${version}.tar.xz";
74
+
hash = "sha256-4YNu9msYJfqdoEKDDASVsqw5SBVENkNGaXnuif3X+vQ=";
75
inherit (stable) patches;
76
77
## see http://wiki.winehq.org/Gecko
···
117
staging = fetchFromGitHub rec {
118
# https://github.com/wine-staging/wine-staging/releases
119
inherit (unstable) version;
120
+
hash = "sha256-ct/RGXt9B6F3PHbirX8K03AZ0Kunitd2HmI0N5k6VHI=";
121
owner = "wine-staging";
122
repo = "wine-staging";
123
rev = "v${version}";