sysstat: 12.1.5 -> 12.1.7
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
32389de159
commit
8001a3fdf6
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, gettext, bzip2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sysstat-12.1.5";
|
||||
name = "sysstat-12.1.7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
|
||||
sha256 = "1i92jmrqcpzgy98r1f4fd0x7y2wvwc05ywsh19w3s2gmndmr75m4";
|
||||
sha256 = "1i0qy44krl1gj82izgmqa0zdw82f2gmqzlslvdg5v270vl7i24g7";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user