nodejs: update keyring used to verify the signatures (#498648)
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
}:
|
||||
|
||||
let
|
||||
rev = "b362bd15f2ac7ce350d7563fc03e0c625e455e5f"; # should be the HEAD of nodejs/release-keys
|
||||
rev = "7b6eb2d6ab524bb30487f31612cdbeb35ae37533"; # should be the HEAD of nodejs/release-keys
|
||||
pubring = fetchurl {
|
||||
url = "https://github.com/nodejs/release-keys/raw/${rev}/gpg-only-active-keys/pubring.kbx";
|
||||
hash = "sha256-ZnapJ9YmGnq2u03caWFII1Z0Jruax3ruSEz7XWb0oUg=";
|
||||
hash = "sha256-cNpMrJ0Eh8F3bGZAPV9v55mR8bo0+ulkFgN94ZUBl+E=";
|
||||
};
|
||||
in
|
||||
writeScript "update-nodejs" ''
|
||||
|
||||
Reference in New Issue
Block a user