manifold: 3.4.0 -> 3.4.1

This commit is contained in:
R. Ryantm
2026-03-24 07:47:12 +00:00
parent 52a37b2109
commit f284d713ce
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "3.4.0";
version = "3.4.1";
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
tag = "v${finalAttrs.version}";
hash = "sha256-9h1MLEcqLpiFg8U5rRkR9Qa+ohzehEDCn5rNsN6swlQ=";
hash = "sha256-QcsyX1YwjqNaPAMJy6LtfHxocbBrqVGaRpZ2kxE4xXQ=";
};
nativeBuildInputs = [ cmake ];