Merge pull request #149969 from r-ryantm/auto-update/log4cplus

log4cplus: 2.0.6 -> 2.0.7
This commit is contained in:
Jörg Thalheim 2021-12-11 16:42:09 +00:00 committed by GitHub
commit 529ba5c796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = {