nss: Update to 3.16.1

This commit is contained in:
Eelco Dolstra 2014-05-19 16:04:32 +02:00
parent 0a3a90ed01
commit ec332f520c

View file

@ -11,11 +11,11 @@ let
in stdenv.mkDerivation rec {
name = "nss-${version}";
version = "3.16";
version = "3.16.1";
src = fetchurl {
url = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_RTM/src/${name}.tar.gz";
sha1 = "981dc6ef2f1e69ec7e2b277ce27c7005e9837f95";
url = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_1_RTM/src/${name}.tar.gz";
sha1 = "450a88dde8c7e4533507ac8340dbf94be28a759b";
};
buildInputs = [ nspr perl zlib sqlite ];