forkstat 0.02.17 -> 0.03.00 https://repology.org/metapackage/forkstat/versions attrpath: forkstat Checking auto update branch... No auto update branch exists Old version 0.02.17" not present in master derivation file with contents: { stdenv, lib, fetchFromGitHub }: stdenv.mkDerivation rec { pname = "forkstat"; version = "0.03.00"; src = fetchFromGitHub { owner = "ColinIanKing"; repo = pname; rev = "V${version}"; hash = "sha256-hxheElo/v23Xt7m6GvDgGdyIH+fC4eZSUztiuBbQ8T8="; }; installFlags = [ "BINDIR=${placeholder "out"}/bin" "MANDIR=${placeholder "out"}/share/man/man8" "BASHDIR=${placeholder "out"}/share/bash-completion/completions" ]; meta = with lib; { description = "Process fork/exec/exit monitoring tool"; homepage = "https://github.com/ColinIanKing/forkstat"; license = licenses.gpl2; platforms = platforms.linux; maintainers = with maintainers; [ womfoo ]; }; }