Update Winetricks

This commit is contained in:
Michael Raskin 2014-01-01 14:25:17 +04:00
parent af9db522cf
commit 9817df5715

View file

@ -2,13 +2,13 @@
, cabextract, unzip, p7zip, gnused, gnugrep, bash } : , cabextract, unzip, p7zip, gnused, gnugrep, bash } :
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
rev = "1078"; rev = "1083";
name = "winetricks-${rev}"; name = "winetricks-${rev}";
src = fetchsvn { src = fetchsvn {
url = "http://winetricks.googlecode.com/svn/trunk"; url = "http://winetricks.googlecode.com/svn/trunk";
inherit rev; inherit rev;
sha256 = "0ipvld0r5h6x2pgqkqa82q0w9flx6fn9aha8fd7axf5ji2gzmidm"; sha256 = "0zakwn7g2ni6xw92i1y3pngyaxsr93714s4jy11adf7rxdkj0a32";
}; };
buildInputs = [ perl which ]; buildInputs = [ perl which ];