summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-02-09 19:11:13 +0100
committerajs124 <git@ajs124.de>2023-02-10 14:10:50 +0100
commit05bbf5e5834556c8ffd1c26d56d864c63aca10e0 (patch)
tree3283fe30a19d3abbc961618431416966d596627e
parentepubcheck: 4.2.6 -> 5.0.0 (diff)
downloadnixpkgs-05bbf5e5834556c8ffd1c26d56d864c63aca10e0.tar.gz
nss_latest: 3.87 -> 3.88.1
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_88.rst https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_88_1.rst
-rw-r--r--pkgs/development/libraries/nss/latest.nix4
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=";
}