Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# NOTE: Whenever you updated this version check if the `cacert` package also 2# needs an update. You can run the regular updater script for cacerts. 3# It will rebuild itself using the version of this package (NSS) and if 4# an update is required do the required changes to the expression. 5# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert 6 7import ./generic.nix { 8 version = "3.114"; 9 hash = "sha256-YVtXk1U9JtqfOH7+m/+bUI/yXJcydqjjGbCy/5xbMe8="; 10}