svn path=/nixpkgs/trunk/; revision=9861

This commit is contained in:
Michael Raskin
2007-12-04 22:06:13 +00:00
parent 800634501b
commit 41ecc6941b
7 changed files with 39 additions and 21 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fi
# hash of the output matters.
echo 'p' | svn export -r "$rev" "$url" $out
actual=$(nix-hash $out)
actual=$(nix-hash $out --type "$outputHashAlgo")
if test "$actual" != "$outputHash"; then
echo "hash is $actual, expected $outputHash" >&2
exit 1