Update Wine-unstable

This commit is contained in:
Michael Raskin 2014-08-03 22:02:52 +04:00
parent 1fa783f55a
commit 750a5f4e0c
1 changed files with 2 additions and 2 deletions

View File

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