gpu-viewer: 3.06 -> 3.08 (#360782)

This commit is contained in:
Pol Dellaiera 2024-12-01 16:28:52 +01:00 committed by GitHub
commit 6084c68657
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,11 +22,14 @@
lsb-release,
mesa-demos,
vdpauinfo,
# passthru
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
pname = "gpu-viewer";
version = "3.06";
version = "3.08";
format = "other";
@ -34,7 +37,7 @@ python3Packages.buildPythonApplication rec {
owner = "arunsivaramanneo";
repo = "gpu-viewer";
rev = "refs/tags/v${version}";
hash = "sha256-vFU2VdafY1HmPGRa20PwT6n+Xf4bKBzKJ5jWpvwyMWg=";
hash = "sha256-P1zA/sjE4w2pdRDtJ8pGi4Rf8o4EmiRo6j17BRNu0IA=";
};
nativeBuildInputs = [
@ -78,6 +81,10 @@ python3Packages.buildPythonApplication rec {
''${gappsWrapperArgs[@]}
'';
passthru = {
updateScript = nix-update-script { };
};
meta = {
homepage = "https://github.com/arunsivaramanneo/GPU-Viewer";
description = "Front-end to glxinfo, vulkaninfo, clinfo and es2_info";