mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 12:34:15 +00:00
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:
parent
a544f340fc
commit
ae2527e1e2
@ -1,4 +1,4 @@
|
||||
{ version, hash, github ? false }:
|
||||
{ version, hash }:
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
|
@ -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=";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user