nixpkgs/pkgs/build-support/fetchpatch
Jan Tojnar 01e352ac44
fetchpatch: Allow using base64-encoded hash
Nix now returns base64-encoded SRI hashes on hash mismatch. Usually,
people copy the returned hashes in TOFU fashion but since base64-encoded
strings can contain slashes, they often broke our use of them for temporary file name.

Escaping them should prevent the failures.
2020-03-02 23:57:40 +01:00
..
default.nix fetchpatch: Allow using base64-encoded hash 2020-03-02 23:57:40 +01:00