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

fnotifystat: 0.02.06 -> 0.02.07
This commit is contained in:
Mario Rodas 2020-11-01 07:17:41 -05:00 committed by GitHub
commit db1c6f9ce9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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