opencl-caps-viewer: 1.20 -> 1.30

This commit is contained in:
R. Ryantm
2025-11-01 01:34:46 +00:00
parent 92661251e0
commit 8ec4bfe0ec
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "opencl-caps-viewer";
version = "1.20";
version = "1.30";
src = fetchFromGitHub {
owner = "SaschaWillems";
repo = "OpenCLCapsViewer";
tag = finalAttrs.version;
hash = "sha256-P7G8FvVXzDAfN3d4pGXC+c9x4bY08/cJNYQ6lvjyVCQ=";
hash = "sha256-fQDBo1/mT6Re6FgdB8ImDRAIsnstnzQsz04cRGgjM/M=";
fetchSubmodules = true;
};