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

hwinfo: 21.72 -> 21.73
This commit is contained in:
Ryan Mulligan 2021-04-28 17:49:40 -07:00 committed by GitHub
commit e0e8b6f5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwinfo";
version = "21.72";
version = "21.73";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "sha256-T/netiZqox+qa19wH+h8cbsGbiM+9VrSEIjccrPYqws=";
sha256 = "sha256-u5EXU+BrTMeDbZAv8WyBTyFcZHdBIUMpJSLTYgf3Mo8=";
};
patchPhase = ''