nss: Update to 3.16.1
This commit is contained in:
parent
0a3a90ed01
commit
ec332f520c
1 changed files with 3 additions and 3 deletions
|
@ -11,11 +11,11 @@ let
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "nss-${version}";
|
name = "nss-${version}";
|
||||||
version = "3.16";
|
version = "3.16.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_RTM/src/${name}.tar.gz";
|
url = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_1_RTM/src/${name}.tar.gz";
|
||||||
sha1 = "981dc6ef2f1e69ec7e2b277ce27c7005e9837f95";
|
sha1 = "450a88dde8c7e4533507ac8340dbf94be28a759b";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nspr perl zlib sqlite ];
|
buildInputs = [ nspr perl zlib sqlite ];
|
||||||
|
|
Loading…
Reference in a new issue