For consistency, Use base32 hashes in manifests

This commit is contained in:
Eelco Dolstra 2015-02-19 12:44:52 +01:00
parent 69adcd4be1
commit 00e03b9db5

View file

@ -21,7 +21,7 @@ sub process {
"}\n";
foreach my $path (@paths) {
my ($deriver, $hash, $time, $narSize, $refs) = queryPathInfo($path, 0);
my ($deriver, $hash, $time, $narSize, $refs) = queryPathInfo($path, 1);
# Escape the characters that are allowed to appear in a Nix
# path name but have special meaning in a URI.