manifold: 2.5.1-unstable-2024-09-06 -> 2.5.1-unstable-2024-09-15

This commit is contained in:
Henner Zeller 2024-09-15 21:51:23 -07:00
parent 072a683017
commit c3d4300fd3

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "manifold";
version = "2.5.1-unstable-2024-09-06";
version = "2.5.1-unstable-2024-09-15";
src = fetchFromGitHub {
owner = "elalish";
repo = "manifold";
rev = "6f009ca13fab71e53f118179742cc2bb40455721";
hash = "sha256-McP/Rdxss93YHZcPSSWaRjyGgUiQJ3mZXgzcHWldORU=";
rev = "22c66051dfdbcefa2012e30dd12c9b5a20f89a01";
hash = "sha256-Fbev5dTgXjXdC7fzWfHnypTBel++DiMns8OzN1bH1OA=";
};
nativeBuildInputs = [ cmake ];
@ -50,5 +50,6 @@ stdenv.mkDerivation (finalAttrs: {
hzeller
pca006132
];
platforms = lib.platforms.linux; # currently issues with Darwin
};
})