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

hwinfo: 21.78 -> 21.80
This commit is contained in:
Bobby Rong 2022-01-01 16:57:30 +08:00 committed by GitHub
commit c597cc98dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,13 +9,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hwinfo"; pname = "hwinfo";
version = "21.78"; version = "21.80";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "opensuse"; owner = "opensuse";
repo = "hwinfo"; repo = "hwinfo";
rev = version; rev = version;
sha256 = "sha256-uYI7nFwUJwuxAoa6+ZxYcFb3kI2DtxTobgxAetuvemw="; sha256 = "sha256-T4ny1tq3IMtmeZRgcAOvu2O23XEiLeKRoqOxhuVGBRw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [