forked from mirrors/nixpkgs
Merge pull request #426 from the-kenny/fix-winetricks
Add sha256 hash to winetricks.
This commit is contained in:
commit
c5584c8832
|
@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
|
|||
src = fetchsvn {
|
||||
url = "http://winetricks.googlecode.com/svn/trunk";
|
||||
inherit rev;
|
||||
sha256 = "01v13qw4sxmfm09g9amqycnzy743gdrhvv23rjr9255dzlrj1s8f";
|
||||
};
|
||||
|
||||
buildInputs = [ perl which ];
|
||||
|
|
Loading…
Reference in a new issue