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:
parent
155c91b335
commit
e52ae1c0ff
4 changed files with 34 additions and 23 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue