Unverified Commit ee4a6e0f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #309092 from GaetanLepage/gpu-viewer

gpu-viewer: 3.02 -> 3.04
parents 10cff003 48826dbe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "gpu-viewer";
  version = "3.02";
  version = "3.04";

  format = "other";

@@ -27,7 +27,7 @@ python3.pkgs.buildPythonApplication rec {
    owner = "arunsivaramanneo";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-/m8kXCICvWDqKIC6DbhUAXsjT+RNLMTsvlVTx85AJhE=";
    hash = "sha256-+FDBHSVBTUHnhu2n7i9W1zIZe2wjY+OuFwQOJZojuzs=";
  };

  nativeBuildInputs = [