mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
firefox: fetch signing key with curl
The hkp protocol keeps erroring out with "server indicated failure".
This commit is contained in:
parent
3ce4a6b83a
commit
29224f6778
@ -22,7 +22,7 @@ writeScript "update-${attrPath}" ''
|
||||
set -eux
|
||||
HOME=`mktemp -d`
|
||||
export GNUPGHOME=`mktemp -d`
|
||||
gpg --receive-keys ADD7079479700DCADFDD5337E36D3B13F3D93274
|
||||
curl https://keys.openpgp.org/vks/v1/by-fingerprint/14F26682D0916CDD81E37B6D61B7B526D98F0353 | gpg --import -
|
||||
|
||||
url=${baseUrl}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user