summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fnotifystat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 13:17:30 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-19 13:17:30 -0700
commitcb1fcff6a0c05842e2a99babbf392e6a6f76e5b3 (patch)
treefefbe6ea86a11fbbce41b002fda542e2d9ffb3bc /pkgs/os-specific/linux/fnotifystat
parent4627f0719dcc73ccd10d421b05af35170324971d (diff)
downloadnixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.tar
nixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.tar.gz
nixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.tar.bz2
nixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.tar.lz
nixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.tar.xz
nixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.tar.zst
nixpkgs-cb1fcff6a0c05842e2a99babbf392e6a6f76e5b3.zip
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
Diffstat (limited to 'pkgs/os-specific/linux/fnotifystat')
-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 d49d0115822..eb87d8aa725 100644
--- a/pkgs/os-specific/linux/fnotifystat/default.nix
+++ b/pkgs/os-specific/linux/fnotifystat/default.nix
@@ -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 = ''