manifold: 3.0.1 -> 3.1.0

Diff: https://github.com/elalish/manifold/compare/v3.0.1...v3.1.0
This commit is contained in:
Peder Bergebakken Sundt 2025-05-16 13:46:10 +02:00
parent 08716b7a1a
commit 449a741a6d

View file

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
rev = "v${finalAttrs.version}";
hash = "sha256-wbeWxAeKyqjEPemc2e5n357gwq83pQlASOvMd0ZCE7g=";
hash = "sha256-GymlaLs6LIG/252suYnFrgeT1jwrYeIXMo++LCjFHD4=";
};
nativeBuildInputs = [ cmake ];