Merge pull request #81295 from r-ryantm/auto-update/fnotifystat
fnotifystat: 0.02.03 -> 0.02.05
This commit is contained in:
commit
05c38b9d73
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "fnotifystat";
|
pname = "fnotifystat";
|
||||||
version = "0.02.03";
|
version = "0.02.05";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
|
url = "https://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
|
||||||
sha256 = "1b5s50dc8ag6k631nfp09chrqfpwai0r9ld822xqwp3qlszp0pv9";
|
sha256 = "1b8pxq731sj976m2daf0hnqfaaq688vqnjffinpwh2w9nzzi4gi9";
|
||||||
};
|
};
|
||||||
installFlags = [ "DESTDIR=$(out)" ];
|
installFlags = [ "DESTDIR=$(out)" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "File activity monitoring tool";
|
description = "File activity monitoring tool";
|
||||||
homepage = https://kernel.ubuntu.com/~cking/fnotifystat/;
|
homepage = "https://kernel.ubuntu.com/~cking/fnotifystat/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ womfoo ];
|
maintainers = with maintainers; [ womfoo ];
|
||||||
|
|
Loading…
Reference in New Issue