nss_latest: 3.115.1 -> 3.116

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_116.rst
This commit is contained in:
Martin Weinelt
2025-09-14 22:44:46 +02:00
parent 590cdc3738
commit 010779701f
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.115.1";
hash = "sha256-SuXNqRW0lBPioYxmoGa3ZbfxC7ud6TW3xVpakVwtm14=";
version = "3.116";
hash = "sha256-df/xzelMk6IvcmZvzc69WhEaO3SQzSfEy0xXKhSo/Nk=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}