1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* Use SHA-256 for nix-push.

This commit is contained in:
Eelco Dolstra 2005-03-15 11:12:48 +00:00
parent 155c91b335
commit e52ae1c0ff
4 changed files with 34 additions and 23 deletions

View file

@ -6,7 +6,7 @@ use readmanifest;
die unless scalar @ARGV == 5;
my $hashAlgo = "sha1";
my $hashAlgo = "sha256";
my $cacheDir = $ARGV[0];
my $patchesDir = $ARGV[1];