about summary refs log tree commit diff
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2023-12-18 21:28:00 +0100
committerajs124 <git@ajs124.de>2023-12-18 21:29:12 +0100
commitae2527e1e2c9136f6df8221f9851d89a12d9eb17 (patch)
tree224dd4f60cbab7528fab2692c945b8606c30e61a
parenta544f340fccdc1f9516ab2bcb7e334187413288f (diff)
nss_latest: 3.96 -> 3.96.1
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/WjaCRG7B8tY
-rw-r--r--pkgs/development/libraries/nss/generic.nix2
-rw-r--r--pkgs/development/libraries/nss/latest.nix4
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/nss/generic.nix b/pkgs/development/libraries/nss/generic.nix
index 82bbd2f4a13f1..cab8a0ff2bc10 100644
--- a/pkgs/development/libraries/nss/generic.nix
+++ b/pkgs/development/libraries/nss/generic.nix
@@ -1,4 +1,4 @@
-{ version, hash, github ? false }:
+{ version, hash }:
 { lib
 , stdenv
 , fetchFromGitHub
diff --git a/pkgs/development/libraries/nss/latest.nix b/pkgs/development/libraries/nss/latest.nix
index e9a7c7ff3bf4e..21c96d8bc9233 100644
--- a/pkgs/development/libraries/nss/latest.nix
+++ b/pkgs/development/libraries/nss/latest.nix
@@ -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=";
 }