1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

nss_latest: 3.110 -> 3.111 (#403666)

This commit is contained in:
Martin Weinelt 2025-05-02 18:58:05 +02:00 committed by GitHub
commit 4ad8dfd97d
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,6 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.110";
hash = "sha256-OA2nBAbGLgTeEo2RfK335UoCfQM0lXpnOtoyFCLb84g=";
version = "3.111";
hash = "sha256-GFtoSvLF5nAwBIiMa9CeEl5geAOK60gG2tjuQFubgYs=";
}