mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
05bbf5e583
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_88.rst https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_88_1.rst
11 lines
501 B
Nix
11 lines
501 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.88.1";
|
|
hash = "sha256-J9JD7fh9HPG7nIYfA9OH4OkjDOUBf0MIyUH1WLVLNJY=";
|
|
}
|