diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-06-03 15:33:17 +0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2015-06-03 15:33:17 +0200 |
commit | 94378910fb55780cc11c1d68045f5c43e269490e (patch) | |
tree | 11b77b7e8c456d6e701cbb27cdc8a60b924fad3d /perl/lib/Nix/Store.pm | |
parent | a64da5915d4023d256e1bda425ea6e10c1255812 (diff) |
Handle base-16 NarHash fields in signed .narinfo files
Diffstat (limited to 'perl/lib/Nix/Store.pm')
-rw-r--r-- | perl/lib/Nix/Store.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm index f735a0a20..af3d2fa2e 100644 --- a/perl/lib/Nix/Store.pm +++ b/perl/lib/Nix/Store.pm @@ -17,7 +17,7 @@ our @EXPORT = qw( isValidPath queryReferences queryPathInfo queryDeriver queryPathHash queryPathFromHashPart topoSortPaths computeFSClosure followLinksToStorePath exportPaths importPaths - hashPath hashFile hashString + hashPath hashFile hashString convertHash signString checkSignature addToStore makeFixedOutputPath derivationFromPath |