Unverified Commit 0f149ab3 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

gpu-viewer: 3.30 -> 3.32 (#505854)

parents 8e7fc261 1d577ea9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,14 +29,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "gpu-viewer";
  version = "3.30";
  version = "3.32";
  pyproject = false;

  src = fetchFromGitHub {
    owner = "arunsivaramanneo";
    repo = "gpu-viewer";
    tag = "v${finalAttrs.version}";
    hash = "sha256-DlNmReKWt1rCZUp6tL5bWBYZuRrh17tdtpu4cj7mXWY=";
    hash = "sha256-gtYdWNceeB4gKS7s14rM/yt0xeaFA+DVrHR/DDkJouU=";
  };

  nativeBuildInputs = [