fnotifystat: 0.02.08 -> 0.02.09

This commit is contained in:
R. Ryantm
2022-12-25 12:02:21 +01:00
committed by Frederik Rietdijk
parent cea1922f61
commit b7fee99eb8
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fnotifystat";
version = "0.02.08";
version = "0.02.09";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-+vNBufCrXfMinEZhXDZJCwoI9zxrcTy0fOEdswoaNkw=";
hash = "sha256-YyIk7x0B3JB/iMF9OP767fVEBgcV0duV7xIiHZxpL0w=";
};
installFlags = [