From 3f8979b1c6f23a73fdb5e6a8e365afd4adaeaf18 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 8 May 2024 01:15:41 +0200 Subject: [PATCH] nss_latest: 3.99 -> 3.100 https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_100.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 8ac5a3b23a85..3b3a672e87f7 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.99"; - hash = "sha256-6JocWJpA+VjEPZOxmD74toyEBLOTzCxSWUzrxPi52bU="; + version = "3.100"; + hash = "sha256-PlMCvSN4DMKY7u/7cr7kArrRve8YIfdycjgpik72bhA="; }