2022-04-27 09:35:20 +00:00
|
|
|
# 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 {
|
2024-09-19 14:19:46 +00:00
|
|
|
version = "3.104";
|
|
|
|
hash = "sha256-TEGEKocapU5OTqx69n8nrn/X3SZr49d1alHM73UnDJw=";
|
2022-04-27 09:35:20 +00:00
|
|
|
}
|