lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

log4cplus: update from 1.0.4 to 1.1.2

authored by

Nixpkgs Monitor and committed by
Evgeny Egorochkin
b2fc6773 947f0a22

+2 -2
+2 -2
pkgs/development/libraries/log4cplus/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 let 4 - name = "log4cplus-1.0.4"; 4 + name = "log4cplus-1.1.2"; 5 5 in 6 6 stdenv.mkDerivation { 7 7 inherit name; 8 8 9 9 src = fetchurl { 10 10 url = "mirror://sourceforge/log4cplus/${name}.tar.bz2"; 11 - sha256 = "c2bb01b5f4bff5fa768700e98ead4a79dfd556096c9f3f0401849da7ab80fbef"; 11 + sha256 = "14zdfaxnxjrnfdjipmcrvsqp8pj1s4wscphvg4jvbp3kd34mcvf4"; 12 12 }; 13 13 14 14 meta = {