01ed8ef136
GitOrigin-RevId: 20fc948445a6c22d4e8d5178e9a6bc6e1f5417c8
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.85";
|
|
hash = "sha256-r9nWRRCxFU3rvWyrNXHp/2SjNziY4DSD5Mhc2toT0pc=";
|
|
}
|