diff options
Diffstat (limited to 'src/libstore/local-store.hh')
-rw-r--r-- | src/libstore/local-store.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index 3d47446f6e40..77e46fc3cc27 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -90,7 +90,7 @@ public: const Path & path, SubstitutablePathInfo & info); Path addToStore(const Path & srcPath, - bool recursive = true, string hashAlgo = "sha256", + bool recursive = true, HashType hashAlgo = htSHA256, PathFilter & filter = defaultPathFilter); Path addTextToStore(const string & name, const string & s, |