3
0
Fork 0
forked from mirrors/nixpkgs

sysstat: Update to 11.0.7

This commit is contained in:
Eelco Dolstra 2015-09-28 15:46:24 +02:00
parent 422e3736d5
commit 506463e06c

View file

@ -1,10 +1,11 @@
{ stdenv, fetchurl, gettext, bzip2 }:
stdenv.mkDerivation rec {
name = "sysstat-11.0.2";
name = "sysstat-11.0.7";
src = fetchurl {
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "15hv3ylr5i6nrrdhyjnp4xld51gpv0cn3hjgy6068ybwpvgpzn5c";
sha256 = "12j55rdx1hyhsc5qm0anx9h9siaa58lhh9dchp40q4ag2wxamp1r";
};
buildInputs = [ gettext ];