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

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 = ''