From c133f603fae5d54609358e4c2dcdfe3c0cae1fdd Mon Sep 17 00:00:00 2001 From: kat Date: Sun, 17 Jul 2022 21:32:09 -0700 Subject: [PATCH] fix: irlsite sha --- overlays/local/irlsite.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/local/irlsite.nix b/overlays/local/irlsite.nix index 437e5d3c..32e56693 100644 --- a/overlays/local/irlsite.nix +++ b/overlays/local/irlsite.nix @@ -4,7 +4,7 @@ owner = "kittywitch"; repo = "inskip.me"; rev = "696e282339dd5b958b45bc1597d31f53c2e6616b"; - sha256 = lib.fakeSha256; + sha256 = "sha256-EYtlGmfEjJ0n2F2OKgKD59SgvKHZC109jgRsyawqGNw="; }; buildPhase = '' '';