inxi: 3.2.02-2 -> 3.3.00-1

This commit is contained in:
Michael Weiss
2021-01-29 17:11:40 +01:00
parent 0a9982fb3e
commit c9e9792dbf
+2 -2
View File
@@ -22,13 +22,13 @@ let
++ recommendedDisplayInformationPrograms; ++ recommendedDisplayInformationPrograms;
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "inxi"; pname = "inxi";
version = "3.2.02-2"; version = "3.3.00-1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "smxi"; owner = "smxi";
repo = "inxi"; repo = "inxi";
rev = version; rev = version;
sha256 = "sha256-WHfW0empveOxC3jvYq46jlvVZDb8JLne5JHPtFE6nTs="; sha256 = "sha256-P1AYo4Ao9lDxJXyZd64wBxNgQIvEcT00ThjtcB2v52I=";
}; };
buildInputs = [ perl makeWrapper ]; buildInputs = [ perl makeWrapper ];