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

pmacct: 1.7.7 -> 1.7.8
This commit is contained in:
0x4A6F 2023-01-08 11:05:45 +01:00 committed by GitHub
commit ab0ccc47dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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