forked from lix-project/hydra
For consistency, Use base32 hashes in manifests
This commit is contained in:
parent
69adcd4be1
commit
00e03b9db5
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue