mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
13 lines
581 B
Nix
13 lines
581 B
Nix
# NOTE: Whenever you updated this version check if the `cacert` package also
|
|
# needs an update. You can run the regular updater script for cacerts.
|
|
# It will rebuild itself using the version of this package (NSS) and if
|
|
# an update is required do the required changes to the expression.
|
|
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
|
|
|
|
import ./generic.nix {
|
|
version = "3.127";
|
|
hash = "sha256-SiaKDkDTHqhTCs/pcwOAk0lgIayeMKOwGLAZr9WKS4Q=";
|
|
filename = "latest.nix";
|
|
versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
|
|
}
|