glslviewer: 3.5.1 -> 3.5.2 (#488759)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-15 00:15:39 +00:00
committed by GitHub
+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