Merge pull request #283203 from ajs124/upd/nss_latest

nss_latest: 3.96.1 -> 3.97

authored by Martin Weinelt and committed by GitHub cb0b1d37 a2cfb4b5

+2 -2
+2 -2
pkgs/development/libraries/nss/latest.nix
··· 5 5 # Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert 6 6 7 7 import ./generic.nix { 8 - version = "3.96.1"; 9 - hash = "sha256-HhN3wZEdi9R/KD0nl3+et+94LBJjGLDVqDX8v5qGrqQ="; 8 + version = "3.97"; 9 + hash = "sha256-d26v8a+5EkQ6cFg5SZirT4L22AxfIteiUx4I42msyqw="; 10 10 }