Commit ed8e63c0 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 815f6e9e
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 = [