inxi: 3.2.01-1 -> 3.2.02-1

This commit is contained in:
Michael Weiss 2021-01-11 22:25:24 +01:00
parent 7092dd52f8
commit 87d2f1d2b0
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.01-1";
version = "3.2.02-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
sha256 = "15bakrv3jzj5h88c3bd0cfhh6hb8b4hm79924k1ygn29sqzgyw65";
hash = "sha256-+6EURaeN1kJ4X+xdhN8ojuCbcBtxqNksGFEqPhIwCc4=";
};
buildInputs = [ perl makeWrapper ];