summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysstat
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-09 14:29:41 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-09 23:29:41 +0200
commit488ee63a13cb6ac9180f92da19d8be9d1da86fcf (patch)
treea4ade31b8a37f7041de274468086e40e047cb93d /pkgs/os-specific/linux/sysstat
parent253d78142dfd31ed769dc7d67500665e6441d235 (diff)
downloadnixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.tar
nixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.tar.gz
nixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.tar.bz2
nixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.tar.lz
nixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.tar.xz
nixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.tar.zst
nixpkgs-488ee63a13cb6ac9180f92da19d8be9d1da86fcf.zip
sysstat: 11.7.3 -> 11.7.4 (#41510)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/sysstat/versions.

These checks were done:

- built on NixOS
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/sar passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/sadf passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/iostat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/tapestat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/mpstat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/pidstat passed the binary check.
- /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4/bin/cifsiostat passed the binary check.
- 7 of 7 passed binary check by having a zero exit code.
- 0 of 7 passed binary check by having the new version present in output.
- found 11.7.4 with grep in /nix/store/gz1jvhynz6ixwh9z33kw5fi603nq090q-sysstat-11.7.4
- directory tree listing: https://gist.github.com/099df05f7cbb5510144a7b1741ff0fda
- du listing: https://gist.github.com/21956b2e9d623a7923391b59af578f7e
Diffstat (limited to 'pkgs/os-specific/linux/sysstat')
-rw-r--r--pkgs/os-specific/linux/sysstat/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/sysstat/default.nix b/pkgs/os-specific/linux/sysstat/default.nix
index db9f05f5f4d..0da32371b35 100644
--- a/pkgs/os-specific/linux/sysstat/default.nix
+++ b/pkgs/os-specific/linux/sysstat/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, gettext, bzip2 }:
 
 stdenv.mkDerivation rec {
-  name = "sysstat-11.7.3";
+  name = "sysstat-11.7.4";
 
   src = fetchurl {
     url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
-    sha256 = "1sk6rhdqr8xsm456fkhkcmbnqgkymqqs3jkapcf8mrnsx36gz94f";
+    sha256 = "144h5fb93s33w3pmgw7qadw1f7c4jq41m5lzcs49ihl44yi6aqm9";
   };
 
   buildInputs = [ gettext ];