nss_latest: 3.122.1 -> 3.123

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_123.rst
This commit is contained in:
Martin Weinelt
2026-04-17 00:37:14 +02:00
parent 95b4c71e9b
commit 2bef70aa86
+2 -2
View File
@@ -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";
}