Merge pull request #307591 from r-ryantm/auto-update/cpu-x

cpu-x: 5.0.3 -> 5.0.4
This commit is contained in:
Weijia Wang 2024-05-04 16:17:52 +02:00 committed by GitHub
commit 553e82a848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "cpu-x";
version = "5.0.3";
version = "5.0.4";
src = fetchFromGitHub {
owner = "X0rg";
repo = "CPU-X";
rev = "v${version}";
sha256 = "sha256-iaqqBeoack41D07Bbr0Fo1JXfF2ksXbqS5V5Ymt6Qvg=";
sha256 = "sha256-8jJP0gxH3B6qLrhKNa4P9ZfSjxaXTeBB1+UuadflLQo=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook3 nasm makeWrapper ];