firefox-bin/update.nix: Use fingerprint instead of keyid

Co-authored-by: stigtsp <stig@stig.io>
This commit is contained in:
taku0 2021-06-17 00:05:31 +09:00 committed by GitHub
parent 84306f5aae
commit 044aab9fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ in writeScript "update-${name}" ''
HOME=`mktemp -d` HOME=`mktemp -d`
export GNUPGHOME=`mktemp -d` export GNUPGHOME=`mktemp -d`
gpg --receive-keys 61B7B526D98F0353 gpg --receive-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353
tmpfile=`mktemp` tmpfile=`mktemp`
url=${baseUrl} url=${baseUrl}