forkstat: 0.02.12 -> 0.02.13

This commit is contained in:
R. RyanTM 2020-02-28 15:39:17 +00:00
parent f7d07d4851
commit 5c3d7b6b30

View file

@ -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 ];