inxi: 3.0.35-1 -> 3.0.36-1

This commit is contained in:
Michael Weiss 2019-08-15 11:04:16 +02:00
parent 3cc99ee1eb
commit 6347116187
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "inxi-${version}";
version = "3.0.35-1";
version = "3.0.36-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
sha256 = "1rvidz2b9zp3ikkcjf8zr5r8r9mxnw3zgly2pvlim11kkp76zdl9";
sha256 = "04134l323vwd0g2bffj11rnpw2jgs9la6aqrmv8vh7w9mq5nd57y";
};
buildInputs = [ perl ];