Skip to content

Commit

Permalink
update mimeo file hash
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe committed Sep 9, 2023
1 parent f16be8b commit 3b8b59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/programs/mimeo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ let
associations = lib.secretManager {
filepath = ../../secrets/mimeo-associations.txt;
fileAction = builtins.readFile;
encryptedSha256 = "a3b60848f3951759c8fbffbdd834251c32c84fa7fa5272d065352793ae02401b";
encryptedSha256 = "a3542d7966833cef2482fcf3a1a678ef800d2908c216b7fcc13f36e86a6ffd6e";
emptyValue = "";
};

Expand Down

0 comments on commit 3b8b59e

Please sign in to comment.