Update unstable Wine

This commit is contained in:
Michael Raskin 2014-08-31 17:40:20 +04:00
parent bddcee7747
commit 3bbf64b6d0
2 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ assert stdenv.isLinux;
assert stdenv.gcc.gcc != null;
let
version = "1.7.23";
version = "1.7.25";
name = "wine-${version}";
src = fetchurl {
url = "mirror://sourceforge/wine/${name}.tar.bz2";
sha256 = "012ww1yifayakw9n2m23sx83dc3i2xiq3bn5n9iprppdhwxpp76v";
sha256 = "0h7mijxv5nhn0nn5knr8arq9bl7chi3diaa668yyhjbxwn15xqzm";
};
gecko = fetchurl {

View File

@ -1,5 +1,5 @@
url http://sourceforge.net/projects/wine/files/Source/
attribute_name wine_unstable
attribute_name wineUnstable
version_link '[.]tar[.][^./]+/download$'
SF_redirect
do_overwrite () {