cpu-x: 4.2.0 -> 4.3.0

main
R. Ryantm 2 years ago
parent abf79e5e71
commit c100889789
  1. 4
      pkgs/applications/misc/cpu-x/default.nix

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "cpu-x";
version = "4.2.0";
version = "4.3.0";
src = fetchFromGitHub {
owner = "X0rg";
repo = "CPU-X";
rev = "v${version}";
sha256 = "sha256-LWIcE86o+uU8G9DtumiH6iTqHhvq4y/QyQX7J3FhKEc=";
sha256 = "sha256-pYinePs7WFVfRMNYTY+Is8B+cv5w6IF7Ce+9v/mLRYg=";
};
nativeBuildInputs = [ cmake pkg-config wrapGAppsHook nasm makeWrapper ];

Loading…
Cancel
Save