about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-05-15 18:43:06 +0200
committerGitHub <noreply@github.com>2024-05-15 18:43:06 +0200
commit1fc05f90809e30fcd8ac32b66ab6b593dfd2fe4a (patch)
tree56d84d6fc004429d3a20dcc178364b39a49b88bc
parenta46bb2ee64cd488200b31802fc0fa5be6a0b7926 (diff)
parent6756da7793db7347241f67c77c58727a550fca69 (diff)
Merge pull request #311952 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.11 -> 0.03.00
-rw-r--r--pkgs/os-specific/linux/fnotifystat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/fnotifystat/default.nix b/pkgs/os-specific/linux/fnotifystat/default.nix
index 18afaaa6d29b5..4961450fa36e3 100644
--- a/pkgs/os-specific/linux/fnotifystat/default.nix
+++ b/pkgs/os-specific/linux/fnotifystat/default.nix
@@ -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 = [