inxi: 3.3.01-1 -> 3.3.02-1

This commit is contained in:
Michael Weiss 2021-03-16 12:18:04 +01:00
parent 1f77a4c8c7
commit 05733493b8
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.3.01-1";
version = "3.3.02-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
sha256 = "sha256-wY9wsxBByxqy9qk/7UoKiUSpFGS1rFpdyTs3ig6OJRs=";
sha256 = "sha256-hBFOJxmHtlowe/4AnIRnUVHFYPTjnMV6bswayGcoGlA=";
};
nativeBuildInputs = [ makeWrapper ];