log4cplus: update from 1.0.4 to 1.1.2

This commit is contained in:
Nixpkgs Monitor 2013-12-18 17:59:04 +02:00 committed by Evgeny Egorochkin
parent 947f0a2282
commit b2fc677345

View File

@ -1,14 +1,14 @@
{ stdenv, fetchurl }:
let
name = "log4cplus-1.0.4";
name = "log4cplus-1.1.2";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
sha256 = "c2bb01b5f4bff5fa768700e98ead4a79dfd556096c9f3f0401849da7ab80fbef";
sha256 = "14zdfaxnxjrnfdjipmcrvsqp8pj1s4wscphvg4jvbp3kd34mcvf4";
};
meta = {