summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-03 12:45:41 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-10-03 14:34:30 +0000
commitb68543734c2db2331b6a295c99882cd336fb039f (patch)
tree62767b52146462f5333cdde5577afc934ea3eb65
parentMerge staging-next-22.05 into staging-22.05 (diff)
downloadnixpkgs-b68543734c2db2331b6a295c99882cd336fb039f.tar.gz
nss: 3.68.4 -> 3.79.1
The 3.68.4 release was the last of the 3.68 ESR series and 3.79 is the new ESR series. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_79.html https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_79_1.html (cherry picked from commit d1e2a371f039a448806472664a0ac89ae8b89f49)
-rw-r--r--pkgs/development/libraries/nss/esr.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nss/esr.nix b/pkgs/development/libraries/nss/esr.nix
index a789f0306d32..b4a566030d07 100644
--- a/pkgs/development/libraries/nss/esr.nix
+++ b/pkgs/development/libraries/nss/esr.nix
@@ -1,4 +1,4 @@
import ./generic.nix {
- version = "3.68.4";
- hash = "sha256-K5/T9aG0nzs7KdEgAmdPcEgRViV1b7R3KELsfDm+Fgs=";
+ version = "3.79.1";
+ hash = "sha256-NwxS5niE0dnCG5d+lzPcwYzIR2WmsgGBT77VDCbfThQ=";
}