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

* Ignore hash conflicts in gc-releases.pl.

This commit is contained in:
Eelco Dolstra 2005-03-18 09:43:25 +00:00
parent 67eff20906
commit 7272c3f817
3 changed files with 10 additions and 5 deletions

View file

@ -328,7 +328,7 @@ foreach my $p (keys %dstOutPaths) {
{ url => "$patchesURL/$finalName", hash => "$hashAlgo:$narDiffHash"
, size => $narDiffSize, basePath => $closest, baseHash => "$hashAlgo:$baseHash"
, narHash => "$hashAlgo:$narHash", patchType => "nar-bsdiff"
};
}, 0;
}
}