lol

cpu-x: 5.2.0 -> 5.3.0 (#405875)

authored by

Nikolay Korotkiy and committed by
GitHub
deb8833f 1ed77405

+2 -2
+2 -2
pkgs/by-name/cp/cpu-x/package.nix
··· 39 39 40 40 stdenv.mkDerivation (finalAttrs: { 41 41 pname = "cpu-x"; 42 - version = "5.2.0"; 42 + version = "5.3.0"; 43 43 44 44 src = fetchFromGitHub { 45 45 owner = "X0rg"; 46 46 repo = "CPU-X"; 47 47 tag = "v${finalAttrs.version}"; 48 - hash = "sha256-7SZJgz4Xc7/0LouX/63BvFRqtQl/+biHulWzcdkkfjM="; 48 + hash = "sha256-UOOqPkOXsyZthreg0Fv/KMJcm0Syd7/Uni9G3H6UJ2E="; 49 49 }; 50 50 51 51 nativeBuildInputs = [