From 0c97b7bcf5449907cd2874aa206f17046380f1f9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 16 Sep 2025 17:20:06 +0200 Subject: [PATCH] Reapply "nss_latest: 3.115.1 -> 3.116" This reverts commit 92a54ec20a7b5eb2021fb7c0ef90900ea40f842e. --- 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 85caeb11d41c..ce7f34a1a542 100644 --- a/pkgs/development/libraries/nss/latest.nix +++ b/pkgs/development/libraries/nss/latest.nix @@ -5,8 +5,8 @@ # Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert import ./generic.nix { - version = "3.115.1"; - hash = "sha256-SuXNqRW0lBPioYxmoGa3ZbfxC7ud6TW3xVpakVwtm14="; + version = "3.116"; + hash = "sha256-df/xzelMk6IvcmZvzc69WhEaO3SQzSfEy0xXKhSo/Nk="; filename = "latest.nix"; versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM"; }