From 00e03b9db560a53a9743c80ee54020be29537276 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 19 Feb 2015 12:44:52 +0100 Subject: [PATCH] For consistency, Use base32 hashes in manifests --- src/lib/Hydra/View/NixManifest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Hydra/View/NixManifest.pm b/src/lib/Hydra/View/NixManifest.pm index 3c27e69b..c64f8dab 100644 --- a/src/lib/Hydra/View/NixManifest.pm +++ b/src/lib/Hydra/View/NixManifest.pm @@ -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.