cpu-x: 4.5.0 -> 4.5.1

This commit is contained in:
R. Ryantm 2022-10-24 09:56:14 +00:00
parent cb8f9021fe
commit ef19ad4875

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "cpu-x";
version = "4.5.0";
version = "4.5.1";
src = fetchFromGitHub {
owner = "X0rg";
repo = "CPU-X";
rev = "v${version}";
sha256 = "sha256-pkyYfGpACF8kRCCUwEQtA5tMDSShsm+58KzUruc5pXE=";
sha256 = "sha256-rmRfKw2KMLsO3qfy2QznCIugvM2CLSxBUDgIzONYULk=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook nasm makeWrapper ];