Merge pull request from r-ryantm/auto-update/fnotifystat

fnotifystat: 0.02.10 -> 0.02.11
This commit is contained in:
Nick Cao 2024-01-13 10:22:17 -05:00 committed by GitHub
commit 5b8af9662e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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