1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-03 05:23:32 +02:00

gpg: fix URL of key in test case

Fixes #3803
This commit is contained in:
Robert Helgesson 2023-03-25 09:57:33 +01:00
parent db37c53760
commit a34aaad2ae
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -11,8 +11,8 @@
{ {
source = pkgs.fetchurl { source = pkgs.fetchurl {
url = url =
"https://keybase.io/rycee/pgp_keys.asc?fingerprint=36cacf52d098cc0e78fb0cb13573356c25c424d4"; "https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x36cacf52d098cc0e78fb0cb13573356c25c424d4";
hash = "sha256-5z2kTUXQp0f7kyP0Id6NS3rCdzGGrrkIYzGK42Qy9Sw="; hash = "sha256-9Zjsb/TtOyiPzMO/Jg3CtJwSxuw7QmX0pcfZT2/1w5E=";
}; };
trust = 1; # "unknown" trust = 1; # "unknown"
} }