fnotifystat: 0.02.09 -> 0.02.10

This commit is contained in:
R. Ryantm 2023-03-04 18:43:22 +00:00
parent 45e44c56f1
commit 0948751f36

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fnotifystat";
version = "0.02.09";
version = "0.02.10";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-YyIk7x0B3JB/iMF9OP767fVEBgcV0duV7xIiHZxpL0w=";
hash = "sha256-bcb1kSpNZV7eTcEIcaoiqxB68kTc0TGFMIr1Aehy/Rc=";
};
installFlags = [