Unverified Commit 5a072b4a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #286743 from GaetanLepage/gpu-viewer

gpu-viewer: 2.32 -> 3.02
parents 390e040a 300bdf97
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;