summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-08-19 02:46:26 -0700
committerMarek Mahut <marek.mahut@gmail.com>2019-08-19 11:46:26 +0200
commit8e961c51c0efdbddab86f1eb4745f4f3252e6718 (patch)
treee5400356152908d868181ecaaa8608a6a7cc87c6
parent22aa7eadf1ef5e971ab5bd85a7f5b3f0b99b18c8 (diff)
downloadnixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.tar
nixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.tar.gz
nixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.tar.bz2
nixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.tar.lz
nixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.tar.xz
nixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.tar.zst
nixpkgs-8e961c51c0efdbddab86f1eb4745f4f3252e6718.zip
fnotifystat: 0.02.02 -> 0.02.03 (#66880)
* fnotifystat: 0.02.02 -> 0.02.03

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

* Update default.nix
-rw-r--r--pkgs/os-specific/linux/fnotifystat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/fnotifystat/default.nix b/pkgs/os-specific/linux/fnotifystat/default.nix
index 5b398bcec9a..c20206dc351 100644
--- a/pkgs/os-specific/linux/fnotifystat/default.nix
+++ b/pkgs/os-specific/linux/fnotifystat/default.nix
@@ -1,11 +1,11 @@
 { stdenv, lib, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "fnotifystat-${version}";
-  version = "0.02.02";
+  pname = "fnotifystat";
+  version = "0.02.03";
   src = fetchurl {
     url = "https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
-    sha256 = "14d6cikny9rn7fcc6ncwh02mg6jrgfi1abpxifr46gyvp3w38w55";
+    sha256 = "1b5s50dc8ag6k631nfp09chrqfpwai0r9ld822xqwp3qlszp0pv9";
   };
   installFlags = [ "DESTDIR=$(out)" ];
   postInstall = ''