From a69fe005dcd475f5418dbd44866e89c561d888a6 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 23 Jun 2025 06:02:29 +0200 Subject: [PATCH] nss_latest: 3.112 -> 3.113 https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_113.rst (cherry picked from commit 988f6d69563acccfa49a75a5e3440eaa8c4b8e5e) --- 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 a933a6428bc9..51f29eb909ec 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.112"; - hash = "sha256-GqMCEGuFg48iOzYwRDjNjSzyy/UJY8gf26k5DqqHlus="; + version = "3.113"; + hash = "sha256-gjkJaNNTqtaMxO6PuRLZ8ATMP88L4LXCtpT84fahcmU="; }