Skip to content

Commit

Permalink
wine-stable: 2.0.3 -> 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikervagyok authored and Cray Elliott committed Jan 19, 2018
1 parent d45b33f commit 287415a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/misc/emulators/wine/sources.nix
Expand Up @@ -13,9 +13,9 @@ let fetchurl = args@{url, sha256, ...}:
in rec {

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

## see http://wiki.winehq.org/Gecko
gecko32 = fetchurl rec {
Expand Down

0 comments on commit 287415a

Please sign in to comment.