forked from mirrors/nixpkgs
wine: Update to 1.5.9
This commit is contained in:
parent
2547e0e96a
commit
0435f39008
|
@ -7,11 +7,11 @@ assert stdenv.isLinux;
|
|||
assert stdenv.gcc.gcc != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wine-1.5.5";
|
||||
name = "wine-1.5.9";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/wine/${name}.tar.bz2";
|
||||
sha256 = "e7d5ba716d2ac47193fa31eff66cc179145ddcb453c6923eaea70596a82b084e";
|
||||
sha256 = "1lwwi53fccl2ckaq5vjj23yvhrajsr6rk2gc3yj13v4g1mymxhkv";
|
||||
};
|
||||
|
||||
gecko = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue