about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-06-08 10:52:00 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-06-10 13:46:04 +0000
commit47b7f59a32ba2415fe3ae2e2d01f621449e23c14 (patch)
tree84ed3827e9ce360a10cbd0d1397a4ea32a12215a
parentfeb01424296dc454fdc5e39bf3fe220485607460 (diff)
nss_latest: 3.100 -> 3.101
https://github.com/nss-dev/nss/blob/master/doc/rst/releases/nss_3_101.rst
(cherry picked from commit a69f5dad544ce8a63a95cdc09d6a6d50d2372933)
-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 3b3a672e87f76..3f45d2e39c79a 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.100";
-  hash = "sha256-PlMCvSN4DMKY7u/7cr7kArrRve8YIfdycjgpik72bhA=";
+  version = "3.101";
+  hash = "sha256-lO+81zYBBFwqcjh4cd/fpiznHZ9rTJpfDW/yF8phYts=";
 }