about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-06-27 13:33:10 +0200
committerGitHub <noreply@github.com>2022-06-27 13:33:10 +0200
commit8cb1790803ce6c6de4e5215a9073895c63e293ac (patch)
treedaacceded511f134ac6d508133b94abfa05e5ba6 /pkgs
parent0e119c0cc345f8061a992165e9b25d794566eb0f (diff)
parent0bd02d1963fc507f0bda430eb378759b853ee633 (diff)
Merge pull request #178809 from helsinki-systems/upd/nss_lastest
Diffstat (limited to 'pkgs')
-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 fa99543eb37aa..40f88afed29fc 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.79";
-  hash = "sha256-698tapZhO2/nCtV56fmD4OlOARAXHPspmdtjPTOUpRQ=";
+  version = "3.80";
+  hash = "sha256-wL8f0sfimmsCswliK6r8RD7skMiTS7FV2ku5iYh4S2o=";
 }