nss_latest: 3.120.1 -> 3.121

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_121.rst
This commit is contained in:
Martin Weinelt
2026-02-20 11:04:40 +01:00
parent aed908399e
commit 92e36770d5
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.120.1";
hash = "sha256-of63eISpy2Hzv3/y9FZJWYFG5tcSZdSJGJoWFhZrb1U=";
version = "3.121";
hash = "sha256-zloUvwiaT/ivyhxMrEzPKHOKySgGFUzV1Kr9pEC0g3w=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}