Merge pull request #92778 from r-ryantm/auto-update/fnotifystat

fnotifystat: 0.02.05 -> 0.02.06
This commit is contained in:
Daniël de Kok 2020-07-09 13:28:27 +02:00 committed by GitHub
commit c06384ecbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "fnotifystat";
version = "0.02.05";
version = "0.02.06";
src = fetchurl {
url = "https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
sha256 = "1b8pxq731sj976m2daf0hnqfaaq688vqnjffinpwh2w9nzzi4gi9";
sha256 = "1mr2qzh8r8qq7haz4qgci2k5lcrcy493fm0m3ri40a81vaajfniy";
};
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''