glslviewer: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm
2026-02-09 15:12:16 +00:00
parent a1645330ea
commit 4dccee9dae
+2 -2
View File
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "glslviewer";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "patriciogonzalezvivo";
repo = "glslViewer";
fetchSubmodules = true;
tag = finalAttrs.version;
hash = "sha256-gQF3hkudQXxI3t1e0Iaa4dYbVc3I7lBekt5jmJLJFpI=";
hash = "sha256-rfiTiyCcOa5+ZTU7JrM35mmoZNRzco6M3ZyeZ+hio4w=";
};
nativeBuildInputs = [
cmake