Unverified Commit 605452a4 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

gpu-viewer: 3.13 -> 3.15 (#418784)

parents 34fb5524 367964b7
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.13";
  version = "3.15";
  pyproject = false;

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

  nativeBuildInputs = [