3
0
Fork 0
forked from mirrors/nixpkgs

sysstat: 12.6.0 -> 12.6.1

This commit is contained in:
Aaron Jheng 2022-11-17 12:05:53 +00:00
parent b9d8e64847
commit fe5f1a422a
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

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 ];