diff options
| author | taku0 <mxxouy6x3m_github@tatapa.org> | 2021-06-17 00:07:09 +0900 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-06-18 17:40:15 +0000 |
| commit | 1bdbbeb81b1f0c59e29d6e8454e867577cd806a1 (patch) | |
| tree | 3f7d1b882cbb7594f624bc677f96913ee871605b | |
| parent | firefox-bin/update.nix: Use fingerprint instead of keyid (diff) | |
| download | nixpkgs-1bdbbeb81b1f0c59e29d6e8454e867577cd806a1.tar.gz | |
firefox/update.nix: Use fingerprint instead of keyid
(cherry picked from commit eaef28d6c42f01f459ef16c52d017ca8665fe70b)
| -rw-r--r-- | pkgs/applications/networking/browsers/firefox/update.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/update.nix b/pkgs/applications/networking/browsers/firefox/update.nix index 5bcfe3c84770..bbfd17d1fea8 100644 --- a/pkgs/applications/networking/browsers/firefox/update.nix +++ b/pkgs/applications/networking/browsers/firefox/update.nix @@ -21,7 +21,7 @@ writeScript "update-${attrPath}" '' set -eux HOME=`mktemp -d` export GNUPGHOME=`mktemp -d` - gpg --receive-keys 61B7B526D98F0353 + gpg --receive-keys 14F26682D0916CDD81E37B6D61B7B526D98F0353 url=${baseUrl} |
