about summary refs log tree commit diff
path: root/pkgs/applications/misc/gpu-viewer
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-02-06 14:17:58 +0100
committerGaetan Lepage <gaetan@glepage.com>2024-02-06 14:17:58 +0100
commit300bdf97fc6b1d2a777c7f22f8f67eaf0056e424 (patch)
tree6fb14decb5f897578463e78983fdbbde2e8cf6da /pkgs/applications/misc/gpu-viewer
parent5014390117d9f3e034deadc857ba1b3baa953b92 (diff)
gpu-viewer: 2.32 -> 3.02
Diff: https://github.com/arunsivaramanneo/gpu-viewer/compare/refs/tags/v2.32...v3.02

Changelog: https://github.com/arunsivaramanneo/GPU-Viewer/releases/tag/v3.02
Diffstat (limited to 'pkgs/applications/misc/gpu-viewer')
-rw-r--r--pkgs/applications/misc/gpu-viewer/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/misc/gpu-viewer/default.nix b/pkgs/applications/misc/gpu-viewer/default.nix
index 11af25c668f60..03ca5ee9ec17e 100644
--- a/pkgs/applications/misc/gpu-viewer/default.nix
+++ b/pkgs/applications/misc/gpu-viewer/default.nix
@@ -19,7 +19,7 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "gpu-viewer";
-  version = "2.32";
+  version = "3.02";
 
   format = "other";
 
@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
     owner = "arunsivaramanneo";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-zv53tvFQ0NAqFPYp7qZVmbuM1fBJwC4t43YJDZdqSPU=";
+    hash = "sha256-/m8kXCICvWDqKIC6DbhUAXsjT+RNLMTsvlVTx85AJhE=";
   };
 
   nativeBuildInputs = [
@@ -67,6 +67,7 @@ python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     homepage = "https://github.com/arunsivaramanneo/GPU-Viewer";
     description = "A front-end to glxinfo, vulkaninfo, clinfo and es2_info";
+    changelog = "https://github.com/arunsivaramanneo/GPU-Viewer/releases/tag/v${version}";
     maintainers = with maintainers; [ GaetanLepage ];
     license = licenses.gpl3;
     platforms = platforms.linux;