about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-11 16:42:09 +0000
committerGitHub <noreply@github.com>2021-12-11 16:42:09 +0000
commit529ba5c796891bccd9fa025e09012230568d10ef (patch)
tree3813453d6be15d7a07f0ed31f9ff2b84e317b4b4
parentfd2d8b274ef77ac8abdad7624113be67039c7a65 (diff)
parentcca8c5ffc01e762a2ff002c2aa914b100a81ead1 (diff)
Merge pull request #149969 from r-ryantm/auto-update/log4cplus
log4cplus: 2.0.6 -> 2.0.7
-rw-r--r--pkgs/development/libraries/log4cplus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/log4cplus/default.nix b/pkgs/development/libraries/log4cplus/default.nix
index e9ef841b65d76..99728a3854dec 100644
--- a/pkgs/development/libraries/log4cplus/default.nix
+++ b/pkgs/development/libraries/log4cplus/default.nix
@@ -1,14 +1,14 @@
 { lib, stdenv, fetchurl }:
 
 let
-  name = "log4cplus-2.0.6";
+  name = "log4cplus-2.0.7";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
-    sha256 = "sha256-GpY6/Q+IPWLelGsYkn0jgFH9R5NuQV6r7/4rE5fxbso=";
+    sha256 = "sha256-j626/uK6TlWKD3iEJhPJ+yOcd12D8jNA0JEITA4bEqs=";
   };
 
   meta = {