nss_latest: 3.115 -> 3.115.1

https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_115_1.rst
This commit is contained in:
Martin Weinelt
2025-08-25 23:56:41 +02:00
parent 9a77eef2a9
commit a623867fd2
+2 -2
View File
@@ -5,8 +5,8 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.115";
hash = "sha256-8PeFeaIOtjBZJLBx3ONwZlK5SaLnjKEFoZWvVsu/3tA=";
version = "3.115.1";
hash = "sha256-SuXNqRW0lBPioYxmoGa3ZbfxC7ud6TW3xVpakVwtm14=";
filename = "latest.nix";
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
}