inxi: 3.1.09-1 -> 3.2.00-1

This commit is contained in:
Michael Weiss 2020-12-16 12:30:00 +01:00
parent f79dfa8151
commit bb78df4b27
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -22,13 +22,13 @@ let
++ recommendedDisplayInformationPrograms; ++ recommendedDisplayInformationPrograms;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "inxi"; pname = "inxi";
version = "3.1.09-1"; version = "3.2.00-1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smxi"; owner = "smxi";
repo = "inxi"; repo = "inxi";
rev = version; rev = version;
sha256 = "0m6s8kxjppy3jm39is5i1lbrah29cw86rq0vamvx46izbdyf84y5"; sha256 = "0hfhjfd8rzaabs0wbj390ybmig3gxymfi4gs4xbjvvwvg8fzdc0y";
}; };
buildInputs = [ perl makeWrapper ]; buildInputs = [ perl makeWrapper ];