Merge pull request #309092 from GaetanLepage/gpu-viewer

gpu-viewer: 3.02 -> 3.04
This commit is contained in:
Pol Dellaiera 2024-05-05 14:27:12 +02:00 committed by GitHub
commit ee4a6e0f56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [