Skip to content

Commit 171a6bc

Browse files
authored
Merge pull request #324700 from Wulfsta/libfive-update
libfive: 0-unstable-2024-03-28 -> 0-unstable-2024-06-23
2 parents 7ff10dc + f7f3327 commit 171a6bc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkgs/development/libraries/libfive/default.nix

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
stdenv.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";

0 commit comments

Comments
 (0)