about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-02-10 16:29:02 +0100
committerAndreas Rammhold <andreas@rammhold.de>2020-02-11 01:19:23 +0100
commit48603cd9d7ec51d5d5f4d46916ede48d1f19bac5 (patch)
tree3bd07f4151bc2438a938f636bdbd3cc28cb9a04c /pkgs
parent157f392f57ddcb3a0c8b7062dc01469c6b43fdce (diff)
downloadnixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.tar
nixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.tar.gz
nixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.tar.bz2
nixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.tar.lz
nixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.tar.xz
nixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.tar.zst
nixlib-48603cd9d7ec51d5d5f4d46916ede48d1f19bac5.zip
nss: 3.48 -> 3.49.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/nss/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/nss/default.nix b/pkgs/development/libraries/nss/default.nix
index 2e611c8975d7..fc2763486d1e 100644
--- a/pkgs/development/libraries/nss/default.nix
+++ b/pkgs/development/libraries/nss/default.nix
@@ -5,7 +5,7 @@ let
     url = http://dev.gentoo.org/~polynomial-c/mozilla/nss-3.15.4-pem-support-20140109.patch.xz;
     sha256 = "10ibz6y0hknac15zr6dw4gv9nb5r5z9ym6gq18j3xqx7v7n3vpdw";
   };
-  version = "3.48";
+  version = "3.49.2";
   underscoreVersion = builtins.replaceStrings ["."] ["_"] version;
 
 in stdenv.mkDerivation rec {
@@ -14,7 +14,7 @@ in stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "mirror://mozilla/security/nss/releases/NSS_${underscoreVersion}_RTM/src/${pname}-${version}.tar.gz";
-    sha256 = "1b7qs1q7jqhw9dvkdznanzhc5dyq4bwx0biywszy3qx4hqm8571z";
+    sha256 = "1ck0c4ikr0d747pn63h62b2iqzfgi0yzd25aw95hs9797hn519zs";
   };
 
   depsBuildBuild = [ buildPackages.stdenv.cc ];