sysstat: 12.2.0 -> 12.3.1
This commit is contained in:
parent
1b7c71d587
commit
c1d1a5da76
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, gettext, bzip2 }:
|
{ stdenv, fetchurl, gettext, bzip2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sysstat-12.2.0";
|
name = "sysstat-12.3.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
|
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
|
||||||
sha256 = "0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1";
|
sha256 = "1hf1sy7akribmgavadqccxpy49yv0zfb3m81d2bj6jf8pyzwcrbq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext ];
|
buildInputs = [ gettext ];
|
||||||
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./install.patch ];
|
patches = [ ./install.patch ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sebastien.godard.pagesperso-orange.fr/;
|
homepage = "http://sebastien.godard.pagesperso-orange.fr/";
|
||||||
description = "A collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
|
description = "A collection of performance monitoring tools for Linux (such as sar, iostat and pidstat)";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user