Auto-update some packages; no early build failures (SBCL and Wine not yet fully built)

This commit is contained in:
Michael Raskin
2013-04-23 09:15:48 +04:00
parent 43dfc290ea
commit b98ece6bc2
4 changed files with 14 additions and 14 deletions

View File

@@ -7,12 +7,12 @@ assert stdenv.isLinux;
assert stdenv.gcc.gcc != null;
stdenv.mkDerivation rec {
version = "1.5.25";
version = "1.5.28";
name = "wine-${version}";
src = fetchurl {
url = "mirror://sourceforge/wine/${name}.tar.bz2";
sha256 = "0812ryv1v0gqr13vmvjci09k89qhcr1qs0n052z4zw0vpipjd4rx";
sha256 = "0ik02c11bp1glafcw82drkmjp8lxrkycvas3jlrvf1rv46blpy0b";
};
gecko = fetchurl {