manifold: 3.5.1 -> 3.5.2

This commit is contained in:
R. Ryantm
2026-06-27 07:54:16 +00:00
parent a1e44e83e2
commit 962c07a057
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "3.5.1";
version = "3.5.2";
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
tag = "v${finalAttrs.version}";
hash = "sha256-ZsTGokNpWDT0EgA3VaU/aMh8WtUygIqcSxzLikeyQ9c=";
hash = "sha256-jzVIQ90H90szzZSUWvqgBB+5UMgZ9I/uYhYJbexCifk=";
};
nativeBuildInputs = [ cmake ];