manifold: 3.1.1 -> 3.2.0

Diff: https://github.com/elalish/manifold/compare/v3.1.1...v3.2.0
This commit is contained in:
Peder Bergebakken Sundt
2025-07-16 00:12:15 +02:00
parent 1e13373d93
commit fecfe143d7
+4 -3
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "3.1.1";
version = "3.2.0";
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
rev = "v${finalAttrs.version}";
hash = "sha256-dCCTjWRjXSyuEDxGI9ZS2UTmLdZVSmDOmHFnhox3N+4=";
tag = "v${finalAttrs.version}";
hash = "sha256-tcEjgOU90tYnlZDedHJvnqWFDDtXGx64G80wnWz4lBI=";
};
nativeBuildInputs = [ cmake ];
@@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Geometry library for topological robustness";
homepage = "https://github.com/elalish/manifold";
changelog = "https://github.com/elalish/manifold/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
hzeller