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
commit b1b18ff284
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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