sysstat: 12.1.1 -> 12.1.2 (#52675)
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
5ec91bac2f
commit
df834ee56d
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, gettext, bzip2 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "sysstat-12.1.1";
|
||||
name = "sysstat-12.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
|
||||
sha256 = "0drrlv2fr64g5zf0a2bkla2rql4nmq4n192wvcr9r4zppg58d8k4";
|
||||
sha256 = "0xiv70x4n24fcycvlq95lqgb3jwjxfzq61bnyqai57x54hhn46yp";
|
||||
};
|
||||
|
||||
buildInputs = [ gettext ];
|
||||
|
Loading…
Reference in New Issue
Block a user