From 9d7eea58bd2696734b5e8c984b54c6c390f0328e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 14 Mar 2024 21:38:03 +0100 Subject: [PATCH] chore: update keys hash --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default.nix b/lib/default.nix index 8bbb0f0..8ce4a8c 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -70,7 +70,7 @@ sshKeys = pkgs: pkgs.lib.strings.splitString "\n" (pkgs.lib.strings.fileContents (pkgs.fetchurl { url = "https://github.com/kmein.keys"; - hash = "sha256-TvvPwplrH9cw7NE4GKqbE5ga+oBHM+TkjxYQ3b1fpLI="; + hash = "sha256-TVv1UHfNs3zIW8vrnCG7PPeMtgr2SDjrb8yZBMvp9/A="; })); };