about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-06-20 10:51:26 +0100
committerGitHub <noreply@github.com>2018-06-20 10:51:26 +0100
commit263d3aba8f6559e525f1c6e695ea4bdfcff901e0 (patch)
tree6aed09d20b6e5a3817654ed4f7bbc598bf95cbb1 /pkgs/os-specific
parentfd7751c0ce4ba70cb523a5c2e929624ea1361252 (diff)
parentcb1fcff6a0c05842e2a99babbf392e6a6f76e5b3 (diff)
downloadnixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.tar
nixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.tar.gz
nixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.tar.bz2
nixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.tar.lz
nixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.tar.xz
nixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.tar.zst
nixlib-263d3aba8f6559e525f1c6e695ea4bdfcff901e0.zip
Merge pull request #42271 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.00 -> 0.02.01
Diffstat (limited to 'pkgs/os-specific')
-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 d49d01158229..eb87d8aa7251 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 = ''