Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

log4cplus: 2.0.4 -> 2.0.5

+2 -2
+2 -2
pkgs/development/libraries/log4cplus/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 let 4 - name = "log4cplus-2.0.4"; 4 + name = "log4cplus-2.0.5"; 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 = "0lh2i22znx573jchcfy4n5lrr9yjg2hd3iphhlih61zzmd67p2hc"; 11 + sha256 = "05gb0crf440da3vcaxavglzvsldw8hsvxq3xvvj73mzniv3bz3dk"; 12 12 }; 13 13 14 14 meta = {