Merge pull request #201622 from aaronjheng/sysstat

sysstat: 12.6.0 -> 12.6.1
This commit is contained in:
Mario Rodas
2022-11-20 08:59:51 -05:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "sysstat";
version = "12.6.0";
version = "12.6.1";
src = fetchurl {
url = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${version}.tar.xz";
sha256 = "sha256-aZ/ZSINtd/mtBUH9Xc91zSUF+dpOwU32aShq0EfCPZc=";
hash = "sha256-GP9aThSeJWjkM4Vjf3JDf+a6/MEyKpPRPRmB6UZKA0I=";
};
buildInputs = [ gettext ];