Merge pull request #93093 from r-ryantm/auto-update/pmacct

pmacct: 1.7.3 -> 1.7.5
This commit is contained in:
Mario Rodas 2020-07-14 08:58:14 -05:00 committed by GitHub
commit 026a809387
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,14 +22,14 @@ assert withMysql -> libmysqlclient != null;
let inherit (stdenv.lib) optional; in
stdenv.mkDerivation rec {
version = "1.7.3";
version = "1.7.5";
pname = "pmacct";
src = fetchFromGitHub {
owner = "pmacct";
repo = pname;
rev = "v${version}";
sha256 = "0j5qmkya67q7jvaddcj00blmaac37bkir1zb3m1xmm95gm5lf2p5";
sha256 = "17p5isrq5w58hvmzhc6akbd37ins3c95g0rvhhdm0v33khzxmran";
};
nativeBuildInputs = [ autoreconfHook pkgconfig libtool ];