about summary refs log tree commit diff
path: root/pkgs/development/libraries/log4cpp
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-05-25 23:48:09 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-05-25 23:48:09 +0000
commit81ad09e6b3472d809157e5893ae8e2081a26d43a (patch)
tree410144cf221a93576aac77eb0ce561094bab1945 /pkgs/development/libraries/log4cpp
parent097b1ce7d2a2074647f591e862760b3d6ff0fa19 (diff)
log4cpp: 1.1.3 -> 1.1.4
Diffstat (limited to 'pkgs/development/libraries/log4cpp')
-rw-r--r--pkgs/development/libraries/log4cpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/log4cpp/default.nix b/pkgs/development/libraries/log4cpp/default.nix
index 18ef21f26a2eb..c4255babca56e 100644
--- a/pkgs/development/libraries/log4cpp/default.nix
+++ b/pkgs/development/libraries/log4cpp/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "log4cpp";
-  version = "1.1.3";
+  version = "1.1.4";
 
   src = fetchurl {
     url = "mirror://sourceforge/log4cpp/${pname}-${version}.tar.gz";
-    sha256 = "07gmr3jyaf2239n9sp6h7hwdz1pv7b7aka8n06gmr2fnlmaymfrc";
+    sha256 = "sha256-aWETZZ5CZUBiUnSoslEFLMBDBtjuXEKgx2OfOcqQydY=";
   };
 
   enableParallelBuilding = true;