nss_latest: 3.123.1 -> 3.124

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_124.rst
This commit is contained in:
Martin Weinelt
2026-05-15 17:45:39 +02:00
parent 744b127e11
commit f2e796129d
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.123.1";
hash = "sha256-SwgcOG0nl1oCOhy7Supxz1KigPozSrDCloypVaFMSOc=";
version = "3.124";
hash = "sha256-bMUMyb/4qkiucbkvzSY5aNS3nfaJ4XWyqf2lKnVmXfU=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}