forkstat: 0.02.12 -> 0.02.13
This commit is contained in:
parent
f7d07d4851
commit
5c3d7b6b30
1 changed files with 3 additions and 3 deletions
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "forkstat";
|
pname = "forkstat";
|
||||||
version = "0.02.12";
|
version = "0.02.13";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.xz";
|
url = "https://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.xz";
|
||||||
sha256 = "0na6didnqcjn0am65qyf32a01zilk736hqlnpfyqmv4jg31r02i5";
|
sha256 = "01ih89yw9gi6j3l40q5m26la1y0p1jidkxs3yffbdiqm6gwz0xbx";
|
||||||
};
|
};
|
||||||
installFlags = [ "DESTDIR=$(out)" ];
|
installFlags = [ "DESTDIR=$(out)" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Process fork/exec/exit monitoring tool";
|
description = "Process fork/exec/exit monitoring tool";
|
||||||
homepage = https://kernel.ubuntu.com/~cking/forkstat/;
|
homepage = "https://kernel.ubuntu.com/~cking/forkstat/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ womfoo ];
|
maintainers = with maintainers; [ womfoo ];
|
||||||
|
|
Loading…
Reference in a new issue