Merge pull request #60608 from r-ryantm/auto-update/log4cplus

log4cplus: 2.0.3 -> 2.0.4
This commit is contained in:
Renaud 2019-05-01 18:28:33 +02:00 committed by GitHub
commit eb1d290b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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