nss: 3.22 -> 3.22.2 (CVE-2016-1950)

This commit is contained in:
Domen Kožar
2016-03-11 12:18:18 +00:00
parent 370c318eb0
commit 603ea2652f
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -11,11 +11,11 @@ let
in stdenv.mkDerivation rec {
name = "nss-${version}";
version = "3.22";
version = "3.22.2";
src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_22_RTM/src/${name}.tar.gz";
sha256 = "30ebd121c77e725a1383618eff79a6752d6e9f0f21882ad825ddab12e7227611";
url = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_22_2_RTM/src/${name}.tar.gz";
sha256 = "0l1n5mwgqkcwfh10hizdv0vfj6gg9i4zip021wh33b17qn3r5m07";
};
buildInputs = [ nspr perl zlib sqlite ];