b41113241d
GitOrigin-RevId: ae1dc133ea5f1538d035af41e5ddbc2ebcb67b90
10 lines
499 B
Nix
10 lines
499 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.83";
|
|
hash = "sha256-qyPqZ/lkCQuLc8gKZ0CCVxw25fTrqSBXrGSMnB3vASg=";
|
|
}
|