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:
parent
64e7de90ee
commit
511143d3fa
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue