fnotifystat: 0.02.06 -> 0.02.07

This commit is contained in:
R. RyanTM 2020-10-31 23:18:01 +00:00
parent 05f6de94cf
commit a70df2c2cc

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