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

sysstat: 12.4.3 -> 12.4.4
This commit is contained in:
Renaud
2022-02-01 18:25:53 +01:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sysstat";
version = "12.4.3";
version = "12.4.4";
src = fetchurl {
url = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${version}.tar.xz";
sha256 = "sha256-rkMkMfRarLyrrPu+Ep4lBeIVyvqc6ZbXVQxgkaRvC/0=";
sha256 = "sha256-lRLnR54E+S4lHFxrS9lLj2Q9ISvQ6Yao6k0Uem6UPSQ=";
};
buildInputs = [ gettext ];