fnotifystat: 0.02.00 -> 0.02.01

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/fnotifystat/versions.

These checks were done:

- built on NixOS
- /nix/store/bhgmqgb2378111cih2i66xxw8hs437cg-fnotifystat-0.02.01/bin/fnotifystat passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.02.01 with grep in /nix/store/bhgmqgb2378111cih2i66xxw8hs437cg-fnotifystat-0.02.01
- directory tree listing: https://gist.github.com/403bc6fa2fa6447782c088789925dbfa
- du listing: https://gist.github.com/a24a28895d12487f43e6b23117868c75

+2 -2
+2 -2
pkgs/os-specific/linux/fnotifystat/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "fnotifystat-${version}"; 5 - version = "0.02.00"; 5 + version = "0.02.01"; 6 6 src = fetchurl { 7 7 url = "http://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz"; 8 - sha256 = "0sfzmggfhhhp3vxn1s61b5bacr2hz6r7y699n3nysdciaa2scgdq"; 8 + sha256 = "18p6rqb3bhs2ih6mnp57j0cyawjm0iwky6y3ays54alkxqaz8gmx"; 9 9 }; 10 10 installFlags = [ "DESTDIR=$(out)" ]; 11 11 postInstall = ''