Unverified Commit 6d261a58 authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

log4cxx: 1.2.0 -> 1.5.0 (#362344)

parents 8aaa86b1 b66de097
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
  pname = "log4cxx";
  version = "1.2.0";
  version = "1.5.0";

  src = fetchurl {
    url = "mirror://apache/logging/log4cxx/${version}/apache-${pname}-${version}.tar.gz";
    hash = "sha256-CfR0iqVnXvXAdwvtv14ASIZokzxak1pDrFuFviQ2xIo=";
    hash = "sha256-qiP0fDFkqiz4SMIli0tLw3Lnlk1KPtR8K0pKkVxd+jc=";
  };

  postPatch = ''