inxi: 3.2.02-2 -> 3.3.00-1

This commit is contained in:
Michael Weiss 2021-01-29 17:13:41 +01:00
parent 0a9982fb3e
commit c9e9792dbf
No known key found for this signature in database
GPG key ID: 5BE487C4D4771D83

View file

@ -22,13 +22,13 @@ let
++ recommendedDisplayInformationPrograms;
in stdenv.mkDerivation rec {
pname = "inxi";
version = "3.2.02-2";
version = "3.3.00-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
sha256 = "sha256-WHfW0empveOxC3jvYq46jlvVZDb8JLne5JHPtFE6nTs=";
sha256 = "sha256-P1AYo4Ao9lDxJXyZd64wBxNgQIvEcT00ThjtcB2v52I=";
};
buildInputs = [ perl makeWrapper ];