hwinfo: 21.68 -> 21.69

This commit is contained in:
R. RyanTM 2020-03-29 20:22:56 +00:00 committed by Jon
parent 5e8451b8a3
commit 0e952b8d43

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwinfo";
version = "21.68";
version = "21.69";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "0x63rkyl16918l8yf0azy2lyxaqy8nc6iafid89acvxn32j146rg";
sha256 = "01lmxyqhx092ahbls7z9gwgmsinlqcv8zb7xvklbwyhzy5c02fxx";
};
patchPhase = ''
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Hardware detection tool from openSUSE";
license = licenses.gpl2;
homepage = https://github.com/openSUSE/hwinfo;
homepage = "https://github.com/openSUSE/hwinfo";
maintainers = with maintainers; [ bobvanderlinden ];
platforms = platforms.linux;
};