Add sha256 hash to winetricks.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
This commit is contained in:
parent
55f14cc7f3
commit
51229692ca
@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "http://winetricks.googlecode.com/svn/trunk";
|
url = "http://winetricks.googlecode.com/svn/trunk";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
|
sha256 = "01v13qw4sxmfm09g9amqycnzy743gdrhvv23rjr9255dzlrj1s8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ perl which ];
|
buildInputs = [ perl which ];
|
||||||
|
Loading…
Reference in New Issue
Block a user