mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
Update unstable Wine
This commit is contained in:
parent
bddcee7747
commit
3bbf64b6d0
@ -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 {
|
||||
|
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user