Unverified Commit dc2c1f13 authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

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

pmacct: 1.7.8 -> 1.7.9
parents e16b22c5 3ab88dc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [