From 2bef70aa86749a565463fb7fd085bb27f55642d4 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 17 Apr 2026 00:37:14 +0200 Subject: [PATCH] nss_latest: 3.122.1 -> 3.123 https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_123.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 0edde5a0bf7f..e047a0c7e5a6 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.122.1"; - hash = "sha256-ujWCx1fm5JbAUX90+3pekNxh12X9vJHRzHDKgP3UwL8="; + version = "3.123"; + hash = "sha256-Ue98HQIvVWcn42xrbheOAdZmvfAdOTWp83VhHSGuAVc="; filename = "latest.nix"; versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM"; }