Skip to content

Commit 287415a

Browse files
ikervagyokCray Elliott
authored and
Cray Elliott
committedJan 19, 2018
wine-stable: 2.0.3 -> 3.0
1 parent d45b33f commit 287415a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/misc/emulators/wine/sources.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ let fetchurl = args@{url, sha256, ...}:
1313
in rec {
1414

1515
stable = fetchurl rec {
16-
version = "2.0.3";
17-
url = "https://dl.winehq.org/wine/source/2.0/wine-${version}.tar.xz";
18-
sha256 = "0mmyc94r5drffir8zr8jx6iawhgfzjk96fj494aa18vhz1jcc4d8";
16+
version = "3.0";
17+
url = "https://dl.winehq.org/wine/source/3.0/wine-${version}.tar.xz";
18+
sha256 = "1v7vq9iinkscbq6wg85fb0d2137660fg2nk5iabxkl2wr850asil";
1919

2020
## see http://wiki.winehq.org/Gecko
2121
gecko32 = fetchurl rec {

0 commit comments

Comments
 (0)
Please sign in to comment.