Merge pull request #211938 from bobvanderlinden/pr-hwinfo-22.2

hwinfo: 22.1 -> 22.2
This commit is contained in:
Jonas Heinrich 2023-01-22 07:44:30 +01:00 committed by GitHub
commit cc886bedbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [