mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
nss_latest: 3.86 -> 3.87
https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_87.html
This commit is contained in:
parent
cc1d830b2a
commit
dda22045e7
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
|||
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
|
||||
|
||||
import ./generic.nix {
|
||||
version = "3.86";
|
||||
hash = "sha256-PzhfxoZHa7uoEQNfpoIbVCR11VdHsYwgwiHU1mVzuXU=";
|
||||
version = "3.87";
|
||||
hash = "sha256-aKGJRJbT0Vi6vHX4pd2j9Vt8FWBXOTbjsQGhD6SsFS0=";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue