about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2023-11-12 19:36:07 +1100
committerGitHub <noreply@github.com>2023-11-12 19:36:07 +1100
commit70661a09167eb617d016700ec0ebc54a175f4a37 (patch)
tree1f9bc3351789b1fbde1376d73c979da975e25155
parente65455a3b46c72511ba0df93608e9d164b8290e6 (diff)
parent396a7590c317e60553c808c897edd60d267aa4d7 (diff)
Merge pull request #266944 from r-ryantm/auto-update/cpu-x
cpu-x: 5.0.0 -> 5.0.1
-rw-r--r--pkgs/by-name/cp/cpu-x/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/cp/cpu-x/package.nix b/pkgs/by-name/cp/cpu-x/package.nix
index 5e15b860db3c6..e287d379fe726 100644
--- a/pkgs/by-name/cp/cpu-x/package.nix
+++ b/pkgs/by-name/cp/cpu-x/package.nix
@@ -16,13 +16,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cpu-x";
-  version = "5.0.0";
+  version = "5.0.1";
 
   src = fetchFromGitHub {
     owner = "X0rg";
     repo = "CPU-X";
     rev = "v${version}";
-    sha256 = "sha256-mykN+E2ghp2+a06WLYXg9oaQQ2SJDyxIVQSUM00zrCo=";
+    sha256 = "sha256-g3k9P7EevVeDHvnc1dG8cI4C7xhjrDy7gwdoWj6G6zA=";
   };
 
   nativeBuildInputs = [ cmake pkg-config wrapGAppsHook nasm makeWrapper ];