1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 15:41:40 +00:00
nixpkgs/lib
Emily aff9979170 lib.fake{Sri => Hash}: fix and rename
The previous hash was too short and caused evaluation-time errors like:

    invalid SRI hash 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='

Additionally, since the fact that this is broken implies that nobody
could have been using it, "SRI" is a bit of a vague and obscure term,
`fakeSriHash` would be somewhat of a mouthful, and the relevant fetcher
parameters are just called `hash`, rename it to `fakeHash`.
2020-05-11 23:11:12 +01:00
..
systems
tests lib/tests: Allow overriding pkgs independent of lib being tested 2020-04-25 23:40:20 +02:00
asserts.nix
attrsets.nix Merge pull request #83241 from Infinisil/valid-drv-name 2020-04-02 05:58:13 +02:00
cli.nix
customisation.nix
debug.nix
default.nix lib.fake{Sri => Hash}: fix and rename 2020-05-11 23:11:12 +01:00
deprecated.nix lib.fake{Sri => Hash}: fix and rename 2020-05-11 23:11:12 +01:00
fetchers.nix
filesystem.nix
fixed-points.nix
generators.nix
kernel.nix linux/hardened: move files into directory 2020-05-08 15:49:35 +01:00
licenses.nix verifast: change license to MIT 2020-04-23 09:59:33 +00:00
lists.nix fix example for foldl 2020-05-08 08:31:27 -04:00
meta.nix
minver.nix
modules.nix
options.nix lib/options: fix showOption example 2020-04-14 20:38:31 +02:00
sources.nix
strings-with-deps.nix
strings.nix lib/strings: Introduce escapeNixIdentifier 2020-04-13 17:27:04 +02:00
trivial.nix
types.nix
versions.nix
zip-int-bits.nix