ctucx.git: nixfiles

ctucx' nixfiles

commit ec9defe867fc1616af0f31fe93926e210dc30b02
parent 355cb57a926552fe879ced74c0c801ec30a91f49
Author: Leah (ctucx) <git@ctu.cx>
Date: Thu, 15 Feb 2024 16:05:03 +0100

configurations/common/programs/gpg: update sha-hash
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configurations/common/programs/gpg.nix b/configurations/common/programs/gpg.nix
@@ -67,7 +67,7 @@ in {
               trust = "full";
               source = (pkgs.fetchurl {
                 url    = "https://f2k1.de/gpg-key.asc";
-                sha256 = "sha256-N5Y3knDtsF9KNnhHiRFTTtjvLkPEIMfFxYigh9z1fSI";
+                sha256 = "sha256-GvrsMDokWphfIAiabJTzNNzbHP7QtWkt2cn3piGBdzc";
               });
             }