forked from mirrors/nixpkgs
sysstat: 11.7.4 -> 12.0.1
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.
This commit is contained in:
parent
20f1388c3f
commit
5cac503c45
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, gettext, bzip2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sysstat-11.7.4";
|
||||
name = "sysstat-12.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
|
||||
sha256 = "144h5fb93s33w3pmgw7qadw1f7c4jq41m5lzcs49ihl44yi6aqm9";
|
||||
sha256 = "114wh7iqi82c0az8wn3dg3y56279fb2wg81v8kvx87mq5975bg51";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
|
|
Loading…
Add table
Reference in a new issue