about summary refs log tree commit diff
path: root/nixpkgs/lib/deprecated.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/lib/deprecated.nix')
-rw-r--r--nixpkgs/lib/deprecated.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/lib/deprecated.nix b/nixpkgs/lib/deprecated.nix
index 155d6f0c3611..8c4fe9c390c6 100644
--- a/nixpkgs/lib/deprecated.nix
+++ b/nixpkgs/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";
 }