hwinfo: 22.1 -> 22.2

This commit is contained in:
Bob van der Linden 2023-01-21 15:18:40 +01:00
parent cfb43ad7b9
commit 0565c5afeb
No known key found for this signature in database
GPG Key ID: EEBE8E3EC4A31364

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "hwinfo";
version = "22.1";
version = "22.2";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "sha256-nGWpUqBkpiiNuH5kEHWR1/+0aYIeLf9k3AmzQR85Swk=";
hash = "sha256-Z/brrDrT2J4RAS+pm1xaBqWO7PG6cAVgRpH3G6Nn39E=";
};
nativeBuildInputs = [