Update unstable Wine
This commit is contained in:
parent
bddcee7747
commit
3bbf64b6d0
@ -7,12 +7,12 @@ assert stdenv.isLinux;
|
|||||||
assert stdenv.gcc.gcc != null;
|
assert stdenv.gcc.gcc != null;
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "1.7.23";
|
version = "1.7.25";
|
||||||
name = "wine-${version}";
|
name = "wine-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
||||||
sha256 = "012ww1yifayakw9n2m23sx83dc3i2xiq3bn5n9iprppdhwxpp76v";
|
sha256 = "0h7mijxv5nhn0nn5knr8arq9bl7chi3diaa668yyhjbxwn15xqzm";
|
||||||
};
|
};
|
||||||
|
|
||||||
gecko = fetchurl {
|
gecko = fetchurl {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
url http://sourceforge.net/projects/wine/files/Source/
|
url http://sourceforge.net/projects/wine/files/Source/
|
||||||
attribute_name wine_unstable
|
attribute_name wineUnstable
|
||||||
version_link '[.]tar[.][^./]+/download$'
|
version_link '[.]tar[.][^./]+/download$'
|
||||||
SF_redirect
|
SF_redirect
|
||||||
do_overwrite () {
|
do_overwrite () {
|
||||||
|
Loading…
Reference in New Issue
Block a user