inxi: 3.0.34-1 -> 3.0.35-1

This commit is contained in:
Michael Weiss 2019-07-17 18:23:55 +02:00
parent 562c859bec
commit 70aeeef882
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.34-1";
version = "3.0.35-1";
src = fetchFromGitHub {
owner = "smxi";
repo = "inxi";
rev = version;
sha256 = "0x2s40lwsan2pk292nspjgyw00f9f5fdfmwfvl50924pxhyxn2fh";
sha256 = "1rvidz2b9zp3ikkcjf8zr5r8r9mxnw3zgly2pvlim11kkp76zdl9";
};
buildInputs = [ perl ];