Skip to content

Commit

Permalink
Security: sysstat 12.1.2 -> 12.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kauhaus committed Jul 17, 2020
1 parent a7bcbf6 commit 9d57ce8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/os-specific/linux/sysstat/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, gettext, bzip2 }:

stdenv.mkDerivation rec {
name = "sysstat-12.1.2";
name = "sysstat-12.2.0";

src = fetchurl {
url = "http://perso.orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "0xiv70x4n24fcycvlq95lqgb3jwjxfzq61bnyqai57x54hhn46yp";
url = "http://pagesperso-orange.fr/sebastien.godard/${name}.tar.xz";
sha256 = "0xc3983ccr0dwab1px2jhbgj86pfmmr29k7ggnwjwm1qigmriak1";
};

buildInputs = [ gettext ];
Expand All @@ -17,8 +17,8 @@ stdenv.mkDerivation rec {
export SYSTEMCTL=systemctl
'';

makeFlags = "SYSCONFIG_DIR=$(out)/etc IGNORE_FILE_ATTRIBUTES=y CHOWN=true";
installTargets = "install_base install_nls install_man";
makeFlags = [ "SYSCONFIG_DIR=$(out)/etc" "IGNORE_FILE_ATTRIBUTES=y" "CHOWN=true" ];
installTargets = [ "install_base" "install_nls" "install_man" ];

patches = [ ./install.patch ];

Expand Down

0 comments on commit 9d57ce8

Please sign in to comment.