0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nss_latest: 3.111 -> 3.112 (#411097)

This commit is contained in:
Martin Weinelt 2025-05-26 23:33:58 +02:00 committed by GitHub
commit 355feeb472
No known key found for this signature in database
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.111";
hash = "sha256-GFtoSvLF5nAwBIiMa9CeEl5geAOK60gG2tjuQFubgYs=";
version = "3.112";
hash = "sha256-GqMCEGuFg48iOzYwRDjNjSzyy/UJY8gf26k5DqqHlus=";
}