nspr: 4.12 -> 4.13.1

This commit is contained in:
Eelco Dolstra 2016-10-21 15:40:51 +02:00
parent 20db0ac526
commit 3f784a3f87

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl
, CoreServices ? null }:
let version = "4.12"; in
let version = "4.13.1"; in
stdenv.mkDerivation {
name = "nspr-${version}";
src = fetchurl {
url = "mirror://mozilla/nspr/releases/v${version}/src/nspr-${version}.tar.gz";
sha256 = "1pk98bmc5xzbl62q5wf2d6mryf0v95z6rsmxz27nclwiaqg0mcg0";
sha256 = "5e4c1751339a76e7c772c0c04747488d7f8c98980b434dc846977e43117833ab";
};
outputs = [ "out" "dev" ];