mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 15:13:46 +00:00
gpu-viewer: 3.06 -> 3.08
Diff: https://github.com/arunsivaramanneo/gpu-viewer/compare/refs/tags/v3.06...v3.08 Changelog: https://github.com/arunsivaramanneo/GPU-Viewer/releases/tag/v3.08
This commit is contained in:
parent
dc6f94d3cd
commit
490f3c5286
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user