cpu-x: 5.1.2 -> 5.1.3 (#391380)

This commit is contained in:
jopejoe1 2025-03-25 16:43:10 +01:00 committed by GitHub
commit 7b9e9c8d6f
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.1.2";
version = "5.1.3";
src = fetchFromGitHub {
owner = "X0rg";
repo = "CPU-X";
tag = "v${finalAttrs.version}";
hash = "sha256-c0bReW8rSTEEcvotBy9h8SXq0p+Xq1YhXGVYLBvP8VE=";
hash = "sha256-gD5sEeALbGwMBP2UDc28TnVBlbCRMIeqWkrq0oi97Nw=";
};
nativeBuildInputs = [