Merge pull request #186342 from r-ryantm/auto-update/hwinfo

hwinfo: 22.0 -> 22.1
This commit is contained in:
Mario Rodas 2022-08-13 02:28:37 -05:00 committed by GitHub
commit 65c15b0a26
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.0";
version = "22.1";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "sha256-hjKF/fyV7/uQF6iJNOsRpX4Iw7aDURkdb7hbwfIDBPo=";
sha256 = "sha256-nGWpUqBkpiiNuH5kEHWR1/+0aYIeLf9k3AmzQR85Swk=";
};
nativeBuildInputs = [