Merge pull request #81299 from r-ryantm/auto-update/forkstat
forkstat: 0.02.12 -> 0.02.13
This commit is contained in:
commit
4d43fd7d7a
@ -2,10 +2,10 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "forkstat";
|
||||
version = "0.02.12";
|
||||
version = "0.02.13";
|
||||
src = fetchurl {
|
||||
url = "https://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.xz";
|
||||
sha256 = "0na6didnqcjn0am65qyf32a01zilk736hqlnpfyqmv4jg31r02i5";
|
||||
sha256 = "01ih89yw9gi6j3l40q5m26la1y0p1jidkxs3yffbdiqm6gwz0xbx";
|
||||
};
|
||||
installFlags = [ "DESTDIR=$(out)" ];
|
||||
postInstall = ''
|
||||
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
meta = with lib; {
|
||||
description = "Process fork/exec/exit monitoring tool";
|
||||
homepage = https://kernel.ubuntu.com/~cking/forkstat/;
|
||||
homepage = "https://kernel.ubuntu.com/~cking/forkstat/";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ womfoo ];
|
||||
|
Loading…
Reference in New Issue
Block a user