Merge pull request #38694 from r-ryantm/auto-update/sysstat

sysstat: 11.7.2 -> 11.7.3
This commit is contained in:
Matthew Justin Bauer 2018-04-18 22:00:50 -05:00 committed by GitHub
commit 66273cce0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext, bzip2 }:
stdenv.mkDerivation rec {
name = "sysstat-11.7.2";
name = "sysstat-11.7.3";
src = fetchurl {
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "169yh9d0ags9xrn5g0k42wd1c895117zbzs257cjxqnb2vk0a38v";
sha256 = "1sk6rhdqr8xsm456fkhkcmbnqgkymqqs3jkapcf8mrnsx36gz94f";
};
buildInputs = [ gettext ];