hwinfo: 21.73 -> 21.74

This commit is contained in:
R. RyanTM 2021-05-22 17:12:00 +00:00
parent ae5268b96e
commit a7ca7062af

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 = ''