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
This commit is contained in:
R. RyanTM 2018-06-19 13:17:30 -07:00
parent 4627f0719d
commit cb1fcff6a0

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "fnotifystat-${version}";
version = "0.02.00";
version = "0.02.01";
src = fetchurl {
url = "http://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
sha256 = "0sfzmggfhhhp3vxn1s61b5bacr2hz6r7y699n3nysdciaa2scgdq";
sha256 = "18p6rqb3bhs2ih6mnp57j0cyawjm0iwky6y3ays54alkxqaz8gmx";
};
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''