summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-03 11:22:59 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-03 11:22:59 +0200
commitef1f2c8e15f623c8dca96e37729e62951e69f1b4 (patch)
tree46764003b4aa8b3c2237bf44f0570664c4e84c27
parent75ef5c8764b193934c5327412780df292957e1c6 (diff)
downloadnixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.tar
nixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.tar.gz
nixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.tar.bz2
nixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.tar.lz
nixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.tar.xz
nixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.tar.zst
nixpkgs-ef1f2c8e15f623c8dca96e37729e62951e69f1b4.zip
nss_latest: 3.93 -> 3.94
https://groups.google.com/a/mozilla.org/g/dev-tech-crypto/c/NHYt2D5xRAo
-rw-r--r--pkgs/development/libraries/nss/latest.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nss/latest.nix b/pkgs/development/libraries/nss/latest.nix
index db0ad2efad5..c4d619e7714 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.93";
-  hash = "sha256-FfVLtyBI6xBfjA6TagS4medMPbmhm7weAKzuKvlHaoo=";
+  version = "3.94";
+  hash = "sha256-RjrhgO6eXunjrU9ikyZlfiNngMyGVXKpMKFlIKutndg=";
 }