log4cplus: 1.2.0 -> 2.0.2 (#46233)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
log4cplus
This commit is contained in:
R. RyanTM 2018-09-10 23:56:15 -07:00 committed by xeji
parent ccf84faa8a
commit a33df7750e

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl }:
let
name = "log4cplus-1.2.0";
name = "log4cplus-2.0.2";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
sha256 = "1fb3g9l12sps3mv4xjiql2kcvj439mww3skz735y7113cnlcf338";
sha256 = "0y9yy32lhgrcss8i2gcc9incdy55rcrr16dx051gkia1vdzfkay4";
};
meta = {