Commit 3b954b88 authored by R. RyanTM's avatar R. RyanTM
Browse files

log4cplus: 2.1.0 -> 2.1.1

parent cf4fee6f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "log4cplus";
  version = "2.1.0";
  version = "2.1.1";

  src = fetchurl {
    url = "mirror://sourceforge/log4cplus/log4cplus-${version}.tar.bz2";
    sha256 = "sha256-oElFrKX7wEh1A8hSvvuc3vvDrj/mFLCKkFMz9t91Q4c=";
    sha256 = "sha256-ZZfeeCd15OD7qP3K2TjDcJ/YOagITEtu3648xQRuJog=";
  };

  meta = {