nss_latest: 3.96 -> 3.96.1

https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/WjaCRG7B8tY
This commit is contained in:
ajs124 2023-12-18 21:28:00 +01:00
parent a544f340fc
commit ae2527e1e2
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ version, hash, github ? false }:
{ version, hash }:
{ lib
, stdenv
, fetchFromGitHub

View File

@ -5,6 +5,6 @@
# Example: nix-shell ./maintainers/scripts/update.nix --argstr package cacert
import ./generic.nix {
version = "3.96";
hash = "sha256-OdvJ7OLL3CDvJkgtnMsuE1CVaaKpmgRmzEzW0WmD8Jo=";
version = "3.96.1";
hash = "sha256-HhN3wZEdi9R/KD0nl3+et+94LBJjGLDVqDX8v5qGrqQ=";
}