Unverified Commit 1b5c1881 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

gpu-viewer: 3.15 -> 3.20 (#451446)

parents c8087785 ed8e63c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

python3Packages.buildPythonApplication rec {
  pname = "gpu-viewer";
  version = "3.15";
  version = "3.20";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "arunsivaramanneo";
    repo = "gpu-viewer";
    tag = "v${version}";
    hash = "sha256-fZsieETJqLbqq3UWtxRtOk5DpxHaTZfYeOLsBTlUtuo=";
    hash = "sha256-d7gAf3ZXCVZ0O63QV1khq6kaRuPxdAVnRO2+C8B4SUA=";
  };

  nativeBuildInputs = [