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

pmacct: 1.7.8 -> 1.7.9
This commit is contained in:
0x4A6F 2024-08-04 16:41:55 +02:00 committed by GitHub
commit dc2c1f13f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,14 +18,14 @@
}:
stdenv.mkDerivation rec {
version = "1.7.8";
version = "1.7.9";
pname = "pmacct";
src = fetchFromGitHub {
owner = "pmacct";
repo = "pmacct";
rev = "v${version}";
hash = "sha256-AcgZ5/8d1U/zGs4QeOkgkZS7ttCW6gtUv/Xuf4O4VE0=";
hash = "sha256-3gV6GUhTQnH09NRIJQI0xBn05Bgo3AJsE2cSxNPXITo=";
};
nativeBuildInputs = [