Add sha256 hash to winetricks.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
Moritz Ulrich 2013-03-30 20:00:05 +01:00
parent 55f14cc7f3
commit 51229692ca

View File

@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
src = fetchsvn {
url = "http://winetricks.googlecode.com/svn/trunk";
inherit rev;
sha256 = "01v13qw4sxmfm09g9amqycnzy743gdrhvv23rjr9255dzlrj1s8f";
};
buildInputs = [ perl which ];