1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-05 16:26:58 +00:00

gpg: fix hash of test (#6200)

would fail on tests

(cherry picked from commit 15151bb5e7)
This commit is contained in:
Matthieu Coudron 2024-12-12 20:18:22 +01:00 committed by Robert Helgesson
parent 64e7de90ee
commit 511143d3fa
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -12,7 +12,7 @@
source = pkgs.fetchurl {
url =
"https://keys.openpgp.org/pks/lookup?op=get&options=mr&search=0x44CF42371ADF842E12F116EAA9D3F98FCCF5460B";
hash = "sha256-u01QTYEFSY1feJWX3JJjXB6thiVO4WOnrqNmzg6vIDs=";
hash = "sha256-bSluCZh6ijwppigk8iF2BwWKZgq1WDbIjyYQRK772dM=";
};
trust = 1; # "unknown"
}