mirror of
https://github.com/NixOS/nix
synced 2025-06-29 02:11:15 +02:00
* bsdiff updated to 4.3. This makes Nix depend on libbz2.
This commit is contained in:
parent
9e4ffc43a2
commit
8291f6d968
15 changed files with 464 additions and 520 deletions
|
@ -66,7 +66,7 @@ Hash hashString(HashType ht, const string & s);
|
|||
Hash hashFile(HashType ht, const Path & path);
|
||||
|
||||
/* Compute the hash of the given path. The hash is defined as
|
||||
md5(dump(path)). */
|
||||
(essentially) hashString(ht, dumpPath(path)). */
|
||||
Hash hashPath(HashType ht, const Path & path);
|
||||
|
||||
/* Compress a hash to the specified number of bytes by cyclically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue