Unverified Commit a4821c3a authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #215258 from r-ryantm/auto-update/sysstat

sysstat: 12.6.1 -> 12.6.2
parents 546f356d 9b23f8ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "sysstat";
  version = "12.6.1";
  version = "12.6.2";

  src = fetchurl {
    url = "http://pagesperso-orange.fr/sebastien.godard/sysstat-${version}.tar.xz";
    hash = "sha256-GP9aThSeJWjkM4Vjf3JDf+a6/MEyKpPRPRmB6UZKA0I=";
    hash = "sha256-PncTSu2qb8V9l0XaZ+39iZDhmt7nGsRxliKSYcVj+0g=";
  };

  buildInputs = [ gettext ];