mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
firefox, firefox-bin: fetch GPG key from keyring
This commit is contained in:
parent
6aaaa019ce
commit
1415289e67
Binary file not shown.
@ -26,7 +26,7 @@ in writeScript "update-${name}" ''
|
||||
HOME=`mktemp -d`
|
||||
export GNUPGHOME=`mktemp -d`
|
||||
|
||||
gpg --import ${./mozilla.asc}
|
||||
gpg --receive-keys 61B7B526D98F0353
|
||||
|
||||
tmpfile=`mktemp`
|
||||
url=${baseUrl}
|
||||
|
@ -21,7 +21,7 @@ writeScript "update-${attrPath}" ''
|
||||
set -eux
|
||||
HOME=`mktemp -d`
|
||||
export GNUPGHOME=`mktemp -d`
|
||||
gpg --import ${../firefox-bin/mozilla.asc}
|
||||
gpg --receive-keys 61B7B526D98F0353
|
||||
|
||||
url=${baseUrl}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user