nss_latest: 3.119 -> 3.119.1

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_119_1.rst
This commit is contained in:
Martin Weinelt
2025-12-11 01:03:01 +01:00
parent 693a5a7198
commit a90f3cfcc6
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.119";
hash = "sha256-Lz2zWWjcneJ5X4sfOvPzEewMAKyDU7PluhWPV5E3By4=";
version = "3.119.1";
hash = "sha256-GxLTqHcVWGiFezcwdctXJ8k9wqizVJPHyLBPZzphLro=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}