nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pmacct: 1.7.7 -> 1.7.8

+2 -2
+2 -2
pkgs/tools/networking/pmacct/default.nix
··· 18 18 }: 19 19 20 20 stdenv.mkDerivation rec { 21 - version = "1.7.7"; 21 + version = "1.7.8"; 22 22 pname = "pmacct"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "pmacct"; 26 26 repo = "pmacct"; 27 27 rev = "v${version}"; 28 - sha256 = "1pjaa44qj3y5dfwsd1a9r7a4riy7afza8phx2npcsyyarssxc63w"; 28 + sha256 = "sha256-AcgZ5/8d1U/zGs4QeOkgkZS7ttCW6gtUv/Xuf4O4VE0="; 29 29 }; 30 30 31 31 nativeBuildInputs = [