about summary refs log tree commit diff
path: root/pkgs/development/libraries/nss/latest.nix
blob: 3f45d2e39c79a7e55b6d6178ad1579c58e276d2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# 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.101";
  hash = "sha256-lO+81zYBBFwqcjh4cd/fpiznHZ9rTJpfDW/yF8phYts=";
}