File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
pkgs/development/libraries/libfive Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1818
1919stdenv . mkDerivation {
2020 pname = "libfive" ;
21- version = "0-unstable-2024-03-28 " ;
21+ version = "0-unstable-2024-06-23 " ;
2222
2323 src = fetchFromGitHub {
2424 owner = "libfive" ;
2525 repo = "libfive" ;
26- rev = "4c59b11667bbe8be9802f59697fa64bbfe1ea82d " ;
27- hash = "sha256-scYSprozfC537vAXhMfWswyS3xivpoURWPhplH7yHIg =" ;
26+ rev = "302553e6aa6ca3cb13b2a149f57b6182ce2406dd " ;
27+ hash = "sha256-8J0Pe3lmZCg2YFffmIynxW35w4mHl5cSlLSenm50CWg =" ;
2828 } ;
2929
3030 nativeBuildInputs = [ wrapQtAppsHook cmake ninja pkg-config python . pkgs . pythonImportsCheckHook ] ;
@@ -96,7 +96,9 @@ stdenv.mkDerivation {
9696 "libfive.stdlib"
9797 ] ;
9898
99- passthru . updateScript = unstableGitUpdater { } ;
99+ passthru . updateScript = unstableGitUpdater {
100+ tagFormat = "" ;
101+ } ;
100102
101103 meta = with lib ; {
102104 description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile" ;
You can’t perform that action at this time.
0 commit comments