nspr: Update to 4.10.8

This commit is contained in:
Eelco Dolstra 2015-01-28 16:28:32 +01:00
parent 378006f0f2
commit 32183b2ea4

View File

@ -1,13 +1,13 @@
{ stdenv, fetchurl }:
let version = "4.10.7"; in
let version = "4.10.8"; 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 = "389af5cfa863ea9bc6de7b30c15f8a4f9bddd8002f8c6fdc8b33caef43893938";
sha256 = "507ea57c525c0c524dae4857a642b4ef5c9d795518754c7f83422d22fe544a15";
};
preConfigure = "cd nspr";