cpu-x 5.3.0 -> 5.3.1

This commit is contained in:
Diego 2025-05-28 15:33:49 +02:00
parent 9849129135
commit 04ef04a31d

View File

@ -39,13 +39,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cpu-x";
version = "5.3.0";
version = "5.3.1";
src = fetchFromGitHub {
owner = "X0rg";
owner = "TheTumultuousUnicornOfDarkness";
repo = "CPU-X";
tag = "v${finalAttrs.version}";
hash = "sha256-UOOqPkOXsyZthreg0Fv/KMJcm0Syd7/Uni9G3H6UJ2E=";
hash = "sha256-yrDTvOdMeUw2fxLtNjCZggs9M9P1YKeMxm/dI5MRyYQ=";
};
nativeBuildInputs = [