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

View File

@@ -1,13 +1,13 @@
{ stdenv, fetchurl }:
let version = "4.11"; in
let version = "4.12"; in
stdenv.mkDerivation {
name = "nspr-${version}";
src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${version}/src/nspr-${version}.tar.gz";
sha256 = "cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2";
sha256 = "1pk98bmc5xzbl62q5wf2d6mryf0v95z6rsmxz27nclwiaqg0mcg0";
};
preConfigure = ''