Gaetan Lepage
2026-03-01 18:43:54 +00:00
parent b0c463fbe5
commit 7f0bd90e66
+2 -2
View File
@@ -29,14 +29,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gpu-viewer";
version = "3.26";
version = "3.30";
pyproject = false;
src = fetchFromGitHub {
owner = "arunsivaramanneo";
repo = "gpu-viewer";
tag = "v${finalAttrs.version}";
hash = "sha256-QVWDvfi6rlJEh3ouD0L1MuMlu9qmgye9YJh2wNT0Ais=";
hash = "sha256-DlNmReKWt1rCZUp6tL5bWBYZuRrh17tdtpu4cj7mXWY=";
};
nativeBuildInputs = [