2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 07:38:07 +00:00

sysstat: 12.1.7 -> 12.2.0

This commit is contained in:
R. RyanTM 2019-11-29 10:55:30 -08:00
parent 646b279c55
commit 2b8da25b9f

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext, bzip2 }:
stdenv.mkDerivation rec {
name = "sysstat-12.1.7";
name = "sysstat-12.2.0";
src = fetchurl {
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "1i0qy44krl1gj82izgmqa0zdw82f2gmqzlslvdg5v270vl7i24g7";
sha256 = "0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1";
};
buildInputs = [ gettext ];