Merge pull request #119722 from prusnak/sta

sta: unstable-2016-01-25 -> unstable-2020-05-10

authored by Sandro and committed by GitHub ce87b4fb a8b5aa35

+10 -5
+10 -5
pkgs/tools/misc/sta/default.nix
··· 1 - { stdenv, lib, fetchFromGitHub, autoreconfHook }: 1 + { stdenv 2 + , lib 3 + , fetchFromGitHub 4 + , autoreconfHook 5 + }: 6 + 2 7 stdenv.mkDerivation { 3 8 pname = "sta"; 4 - version = "unstable-2016-01-25"; 9 + version = "unstable-2020-05-10"; 5 10 6 11 src = fetchFromGitHub { 7 12 owner = "simonccarter"; 8 13 repo = "sta"; 9 - rev = "2aa2a6035dde88b24978b875e4c45e0e296f77ed"; 10 - sha256 = "05804f106nb89yvdd0csvpd5skwvnr9x4qr3maqzaw0qr055mrsk"; 14 + rev = "566e3a77b103aa27a5f77ada8e068edf700f26ef"; 15 + sha256 = "1v20di90ckl405rj5pn6lxlpxh2m2b3y9h2snjvk0k9sihk7w7d5"; 11 16 }; 12 17 13 - buildInputs = [ autoreconfHook ]; 18 + nativeBuildInputs = [ autoreconfHook ]; 14 19 15 20 meta = with lib; { 16 21 description = "Simple statistics from the command line interface (CLI), fast";