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

authored by

jopejoe1 and committed by
GitHub
7b9e9c8d a1f37e43

+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.1.2"; 42 + version = "5.1.3"; 43 43 44 44 src = fetchFromGitHub { 45 45 owner = "X0rg"; 46 46 repo = "CPU-X"; 47 47 tag = "v${finalAttrs.version}"; 48 - hash = "sha256-c0bReW8rSTEEcvotBy9h8SXq0p+Xq1YhXGVYLBvP8VE="; 48 + hash = "sha256-gD5sEeALbGwMBP2UDc28TnVBlbCRMIeqWkrq0oi97Nw="; 49 49 }; 50 50 51 51 nativeBuildInputs = [