lib: add shortcut for fake SRI hash

This commit is contained in:
Tony Olagbaiye
2020-04-05 01:48:20 +01:00
parent d20a62ae85
commit d2ba3fba69
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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";
}