nss_latest: 3.119.1 -> 3.120

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_120.rst
This commit is contained in:
Martin Weinelt
2026-01-08 22:08:10 +01:00
parent 3f349fed6d
commit 1b26cb6ba7
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.119.1";
hash = "sha256-GxLTqHcVWGiFezcwdctXJ8k9wqizVJPHyLBPZzphLro=";
version = "3.120";
hash = "sha256-HZBiSwiGJs6Ff40SpY8p6kSTl1j793+A8BTjyMH4YQg=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}