nss_latest: 3.123 -> 3.123.1

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_123_1.rst
This commit is contained in:
Martin Weinelt
2026-04-23 22:35:49 +02:00
parent 04c36bd130
commit 89465d57a1
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.123";
hash = "sha256-Ue98HQIvVWcn42xrbheOAdZmvfAdOTWp83VhHSGuAVc=";
version = "3.123.1";
hash = "sha256-SwgcOG0nl1oCOhy7Supxz1KigPozSrDCloypVaFMSOc=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}