cpu-x 5.3.0 -> 5.3.1 (#411734)

This commit is contained in:
Stanisław Pitucha
2025-07-12 11:20:14 +10:00
committed by GitHub
+3 -3
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 = [