From a1f1289c721c495c75c7555d4e82e92f952ee60f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 16 Dec 2023 14:43:50 +0100 Subject: [PATCH] nss_latest: 3.95 -> 3.96 https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_96.rst --- pkgs/development/libraries/nss/latest.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/nss/latest.nix b/pkgs/development/libraries/nss/latest.nix index 9244978061ee..03adf1083c33 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.95"; - hash = "sha256-RpiI5B6KeABRzgDtzZFOimvTjaiKgs+4SJjdOIY1gio="; + version = "3.96"; + hash = "sha256-s48nYVGwoL4LTzlR1iE6ziifAKzVK+8FvA/h78mQOd0="; }