manifold: 3.5.0 -> 3.5.1

This commit is contained in:
R. Ryantm
2026-06-04 19:53:16 +00:00
parent 672b024e65
commit 17cdeea4ba
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "3.5.0";
version = "3.5.1";
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
tag = "v${finalAttrs.version}";
hash = "sha256-4TFS4toHzZsNO/vf3r2dW9QCpnHi2p0BAGSCZVswlYk=";
hash = "sha256-ZsTGokNpWDT0EgA3VaU/aMh8WtUygIqcSxzLikeyQ9c=";
};
nativeBuildInputs = [ cmake ];