fnotifystat: 0.02.07 -> 0.02.08

This commit is contained in:
R. Ryantm
2022-12-02 11:33:26 +00:00
parent 4c5c40f176
commit de202ec4ce
@@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "fnotifystat";
version = "0.02.07";
version = "0.02.08";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
sha256 = "sha256-5oYM1t+vmWywYRbgXI2RGQlOuNJluj2gwCMf3pTpDC0=";
sha256 = "sha256-+vNBufCrXfMinEZhXDZJCwoI9zxrcTy0fOEdswoaNkw=";
};
installFlags = [