2022-12-05T10:13:26 fnotifystat 0.02.07 -> 0.02.08 https://repology.org/metapackage/fnotifystat/versions 2022-12-05T10:13:28 attrpath: fnotifystat 2022-12-05T10:13:28 Checking auto update branch... 2022-12-05T10:13:28 No auto update branch exists 2022-12-05T10:13:29 Old version 0.02.07" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub }: stdenv.mkDerivation rec { pname = "fnotifystat"; version = "0.02.08"; src = fetchFromGitHub { owner = "ColinIanKing"; repo = pname; rev = "V${version}"; hash = "sha256-+vNBufCrXfMinEZhXDZJCwoI9zxrcTy0fOEdswoaNkw="; }; installFlags = [ "BINDIR=${placeholder "out"}/bin" "MANDIR=${placeholder "out"}/share/man/man8" "BASHDIR=${placeholder "out"}/share/bash-completion/completions" ]; meta = with lib; { description = "File activity monitoring tool"; homepage = "https://github.com/ColinIanKing/fnotifystat"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ womfoo dtzWill ]; }; }