nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1# NOTE: Whenever you updated this version check if the `cacert` package also
2# needs an update. You can run the regular updater script for cacerts.
3# It will rebuild itself using the version of this package (NSS) and if
4# an update is required do the required changes to the expression.
5# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
6
7import ./generic.nix {
8 version = "3.120";
9 hash = "sha256-HZBiSwiGJs6Ff40SpY8p6kSTl1j793+A8BTjyMH4YQg=";
10 filename = "latest.nix";
11 versionRegex = "NSS_(\\d+)_(\\d+)(?:_(\\d+))?_RTM";
12}