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

hwinfo: 21.73 -> 21.74
master
Ryan Mulligan 2021-05-26 10:28:38 -07:00 committed by GitHub
commit 36d3d4575d
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.73";
version = "21.74";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "sha256-u5EXU+BrTMeDbZAv8WyBTyFcZHdBIUMpJSLTYgf3Mo8=";
sha256 = "sha256-pPL/RYL8eVPuX71kT64p/ZkUE4uVFALMVj8mWZM3NuU=";
};
postPatch = ''