mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
sysstat: Update to 11.0.7
This commit is contained in:
parent
422e3736d5
commit
506463e06c
@ -1,10 +1,11 @@
|
|||||||
{ stdenv, fetchurl, gettext, bzip2 }:
|
{ stdenv, fetchurl, gettext, bzip2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "sysstat-11.0.2";
|
name = "sysstat-11.0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
|
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
|
||||||
sha256 = "15hv3ylr5i6nrrdhyjnp4xld51gpv0cn3hjgy6068ybwpvgpzn5c";
|
sha256 = "12j55rdx1hyhsc5qm0anx9h9siaa58lhh9dchp40q4ag2wxamp1r";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gettext ];
|
buildInputs = [ gettext ];
|
||||||
|
Loading…
Reference in New Issue
Block a user