3
0
Fork 0
forked from mirrors/nixpkgs

log4cplus: 1.1.2 -> 1.2.0

This commit is contained in:
Matthias Beyer 2016-05-15 13:19:10 +02:00
parent d0abe9fb35
commit 17cf80dfb5

View file

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