forked from mirrors/nixpkgs
* Use a hash over the entire SVN exported tree.
svn path=/nixpkgs/trunk/; revision=2279
This commit is contained in:
parent
3d300e6976
commit
ba20e223f1
|
@ -9,6 +9,7 @@ stdenv.mkDerivation {
|
|||
id = md5;
|
||||
|
||||
outputHashAlgo = "md5";
|
||||
outputHashMode = "recursive";
|
||||
outputHash = md5;
|
||||
|
||||
inherit url rev;
|
||||
|
|
Loading…
Reference in a new issue