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

hwinfo: 21.80 -> 21.82
This commit is contained in:
Bobby Rong 2022-08-01 13:29:26 +08:00 committed by GitHub
commit 4f460a0226
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 = "21.80";
version = "21.82";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "sha256-T4ny1tq3IMtmeZRgcAOvu2O23XEiLeKRoqOxhuVGBRw=";
sha256 = "sha256-kFoOqMaejvlv8RnAcUPi03qrhV/Jcy8jQ4AQA1/eBsY=";
};
nativeBuildInputs = [