summary refs log tree commit diff
path: root/pkgs/development/libraries/log4cplus
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-25 06:04:04 -0800
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-12-26 10:44:35 +0100
commit28263b02a92f597d89657b533b1e2296e055425a (patch)
tree25dc50da68e7d546e9f872e1479cb6dc474d9140 /pkgs/development/libraries/log4cplus
parent338cf1a7fc35455295103cbd8d1b56b7d6764283 (diff)
downloadnixpkgs-28263b02a92f597d89657b533b1e2296e055425a.tar
nixpkgs-28263b02a92f597d89657b533b1e2296e055425a.tar.gz
nixpkgs-28263b02a92f597d89657b533b1e2296e055425a.tar.bz2
nixpkgs-28263b02a92f597d89657b533b1e2296e055425a.tar.lz
nixpkgs-28263b02a92f597d89657b533b1e2296e055425a.tar.xz
nixpkgs-28263b02a92f597d89657b533b1e2296e055425a.tar.zst
nixpkgs-28263b02a92f597d89657b533b1e2296e055425a.zip
log4cplus: 2.0.2 -> 2.0.3
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
Diffstat (limited to 'pkgs/development/libraries/log4cplus')
-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 7a390021d1f..7fb79c549be 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.2";
+  name = "log4cplus-2.0.3";
 in
 stdenv.mkDerivation {
   inherit name;
 
   src = fetchurl {
     url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
-    sha256 = "0y9yy32lhgrcss8i2gcc9incdy55rcrr16dx051gkia1vdzfkay4";
+    sha256 = "0rwzwskvv94cqg2nn7jsvzlak7y01k37v345fcm040klrjvkbc3w";
   };
 
   meta = {