tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
wine{Unstable,Staging}: 3.13 -> 3.14
Lengyel Balázs
7 years ago
f9ab1c5d
92125b38
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
misc
emulators
wine
sources.nix
+3
-3
pkgs/misc/emulators/wine/sources.nix
···
39
39
40
40
unstable = fetchurl rec {
41
41
# NOTE: Don't forget to change the SHA256 for staging as well.
42
42
-
version = "3.13";
42
42
+
version = "3.14";
43
43
url = "https://dl.winehq.org/wine/source/3.x/wine-${version}.tar.xz";
44
44
-
sha256 = "1m5v854r5wgw68b97j6wim1a8692x5sih25c0xp1yb13a94dg187";
44
44
+
sha256 = "01dhn3a6k3dwnrbz4bxvszhh5sxwy6s89y459g805hjmq8s6d2a7";
45
45
inherit (stable) mono gecko32 gecko64;
46
46
};
47
47
48
48
staging = fetchFromGitHub rec {
49
49
# https://github.com/wine-compholio/wine-staging/releases
50
50
inherit (unstable) version;
51
51
-
sha256 = "0996gsiqawp24dq8qpff2cpqm8w9d0pxf537bgdbhjncn88xjwhr";
51
51
+
sha256 = "0h6gck0p92hin0m13q1hnlfnqs4vy474w66ppinvqms2zn3vibgi";
52
52
owner = "wine-staging";
53
53
repo = "wine-staging";
54
54
rev = "v${version}";