2022-03-16 22:50:18 +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 {
|
2023-06-06 12:21:57 +00:00
|
|
|
version = "3.90";
|
|
|
|
hash = "sha256-ms1lNMQdjq0Z/Kb8s//+0vnwnEN8PXn+5qTuZoqqk7Y=";
|
2022-03-16 22:50:18 +00:00
|
|
|
}
|