mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #426 from the-kenny/fix-winetricks
Add sha256 hash to winetricks.
This commit is contained in:
commit
c5584c8832
1 changed files with 1 additions and 0 deletions
|
@ -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