nss_latest: 3.121 -> 3.122

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_122.rst
This commit is contained in:
Martin Weinelt
2026-03-21 12:23:03 +01:00
parent fc35a5574c
commit ac99bd3036
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.121";
hash = "sha256-zloUvwiaT/ivyhxMrEzPKHOKySgGFUzV1Kr9pEC0g3w=";
version = "3.122";
hash = "sha256-RJUaC1LZvmfUK/4D6/fD2ge9I4bm1+UGxgKG1mX1Fjc=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}