nixpkgs/pkgs/stdenv
nicoo 87c22100a6 stdenv.mkDerivation: Reject MD5 hashes
While there is no fetcher or builder (in nixpkgs) that takes an `md5` parameter,
for some inscrutable reason the nix interpreter accepts the following:
```nix
fetchurl {
  url = "https://www.perdu.com";
  hash = "md5-rrdBU2a35b2PM2ZO+n/zGw==";
}
```

Note that neither MD5 nor SHA1 are allowed by the syntax of SRI hashes.
2023-10-25 23:14:15 +00:00
..
cross
custom
cygwin
darwin release.nix: namespace bootstrap tools with triples 2023-10-07 19:38:01 +00:00
freebsd
generic stdenv.mkDerivation: Reject MD5 hashes 2023-10-25 23:14:15 +00:00
linux stdenv: fix typo 2023-10-21 00:26:57 +03:00
native
nix
tests
adapters.nix stdenvAdapters.useMoldLinker: set allowedRequisites to null 2023-10-19 15:48:42 +03:00
booter.nix
default.nix