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

This commit is contained in:
Sandro 2021-07-06 17:46:27 +02:00 committed by GitHub
commit b30e41473d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "hwinfo";
version = "21.74";
version = "21.75";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = version;
sha256 = "sha256-pPL/RYL8eVPuX71kT64p/ZkUE4uVFALMVj8mWZM3NuU=";
sha256 = "sha256-w2Lb+4FvPXw2uFqwsmzVdKIXY8IXV/TAb8FHFPl/K40=";
};
postPatch = ''