aboutsummaryrefslogtreecommitdiff
path: root/lib/deprecated.nix
diff options
context:
space:
mode:
authorTony Olagbaiye <me@fron.io>2020-04-05 01:47:57 +0100
committerTony Olagbaiye <me@fron.io>2020-04-05 01:48:20 +0100
commitd2ba3fba695ee009f9fe90e5517aefe9645c2184 (patch)
tree89769c3d4a89aaaefe47f2d77022e6de14200fda /lib/deprecated.nix
parentd20a62ae85d9effe31ee218c54d5e0eac68e30c4 (diff)
lib: add shortcut for fake SRI hash
Diffstat (limited to 'lib/deprecated.nix')
-rw-r--r--lib/deprecated.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/deprecated.nix b/lib/deprecated.nix
index 155d6f0c3611..8c4fe9c390c6 100644
--- a/lib/deprecated.nix
+++ b/lib/deprecated.nix
@@ -272,6 +272,7 @@ rec {
imap = imap1;
# Fake hashes. Can be used as hash placeholders, when computing hash ahead isn't trivial
+ fakeSri = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
fakeSha256 = "0000000000000000000000000000000000000000000000000000000000000000";
fakeSha512 = "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000";
}