summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 02:01:34 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 02:01:34 -0700
commit306eebea33e9e8882ceae2f6c03480e65547110c (patch)
treefada8e8569be585457a4ba8d60bb875b3b9c6216
parentfd2bd6e433fee4102b81f7d233febbf26917f078 (diff)
downloadnixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.tar
nixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.tar.gz
nixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.tar.bz2
nixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.tar.lz
nixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.tar.xz
nixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.tar.zst
nixpkgs-306eebea33e9e8882ceae2f6c03480e65547110c.zip
log4cplus: 2.0.3 -> 2.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/log4cplus/versions
-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 7fb79c549be..cc86ab19379 100644
--- a/pkgs/development/libraries/log4cplus/default.nix
+++ b/pkgs/development/libraries/log4cplus/default.nix
@@ -1,14 +1,14 @@
 { stdenv, fetchurl }:
 
 let
-  name = "log4cplus-2.0.3";
+  name = "log4cplus-2.0.4";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
-    sha256 = "0rwzwskvv94cqg2nn7jsvzlak7y01k37v345fcm040klrjvkbc3w";
+    sha256 = "0lh2i22znx573jchcfy4n5lrr9yjg2hd3iphhlih61zzmd67p2hc";
   };
 
   meta = {