fnotifystat: 0.02.11 -> 0.03.00

This commit is contained in:
R. Ryantm 2024-05-15 13:58:00 +00:00
parent 5752bc84b0
commit 6756da7793

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fnotifystat";
version = "0.02.11";
version = "0.03.00";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
hash = "sha256-CwjaDL5pt2HMUhq0Q3s6Ssp3jr9uwCdVhT1JzlKcQQw=";
hash = "sha256-UGww0/m+JMftQyAguc8UpPrtIphjCq9TINabFaAKN0A=";
};
installFlags = [