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

log4cplus: 2.0.5 -> 2.0.6
This commit is contained in:
Mario Rodas 2021-02-24 07:53:49 -05:00 committed by GitHub
commit 57fd5efe5d
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.5";
name = "log4cplus-2.0.6";
in
stdenv.mkDerivation {
inherit name;
src = fetchurl {
url = "mirror://sourceforge/log4cplus/${name}.tar.bz2";
sha256 = "05gb0crf440da3vcaxavglzvsldw8hsvxq3xvvj73mzniv3bz3dk";
sha256 = "sha256-GpY6/Q+IPWLelGsYkn0jgFH9R5NuQV6r7/4rE5fxbso=";
};
meta = {