summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fnotifystat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-15 06:12:19 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-07-15 16:10:55 +0200
commitb4982897411f82636a026bdde17edbf6aed822e8 (patch)
tree267117a68adfe175e4839b087054692f256a03d7 /pkgs/os-specific/linux/fnotifystat
parentf62c79c758f9a53a15cd3b37f9e33020fdabb8e0 (diff)
downloadnixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.tar
nixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.tar.gz
nixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.tar.bz2
nixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.tar.lz
nixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.tar.xz
nixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.tar.zst
nixpkgs-b4982897411f82636a026bdde17edbf6aed822e8.zip
fnotifystat: 0.02.01 -> 0.02.02
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
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 82ce6d12395..5b398bcec9a 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.01";
+  version = "0.02.02";
   src = fetchurl {
     url = "https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
-    sha256 = "18p6rqb3bhs2ih6mnp57j0cyawjm0iwky6y3ays54alkxqaz8gmx";
+    sha256 = "14d6cikny9rn7fcc6ncwh02mg6jrgfi1abpxifr46gyvp3w38w55";
   };
   installFlags = [ "DESTDIR=$(out)" ];
   postInstall = ''