From b68543734c2db2331b6a295c99882cd336fb039f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 3 Sep 2022 12:45:41 +0200 Subject: [PATCH] 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) --- pkgs/development/libraries/nss/esr.nix | 4 ++-- 1 file 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="; }