diff options
| author | Martin Weinelt <mweinelt@users.noreply.github.com> | 2023-02-10 18:05:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-10 18:05:12 +0000 |
| commit | c4f2bc93bdac69091d01c559e638324acd9bd386 (patch) | |
| tree | 98956c4094dfbfc8218b1e11890e67a5a5da3f62 | |
| parent | Merge pull request #211080 from r-ryantm/auto-update/python310Packages.py3status (diff) | |
| parent | nss_latest: 3.87 -> 3.88.1 (diff) | |
| download | nixpkgs-c4f2bc93bdac69091d01c559e638324acd9bd386.tar.gz | |
Merge pull request #215553 from helsinki-systems/upd/nss_latest
nss_latest: 3.87 -> 3.88.1
| -rw-r--r-- | pkgs/development/libraries/nss/latest.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nss/latest.nix b/pkgs/development/libraries/nss/latest.nix index 6f3e73639b9e..0a74f9a38657 100644 --- a/pkgs/development/libraries/nss/latest.nix +++ b/pkgs/development/libraries/nss/latest.nix @@ -5,6 +5,6 @@ # Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert import ./generic.nix { - version = "3.87"; - hash = "sha256-aKGJRJbT0Vi6vHX4pd2j9Vt8FWBXOTbjsQGhD6SsFS0="; + version = "3.88.1"; + hash = "sha256-J9JD7fh9HPG7nIYfA9OH4OkjDOUBf0MIyUH1WLVLNJY="; } |
