mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
Merge pull request #324700 from Wulfsta/libfive-update
libfive: 0-unstable-2024-03-28 -> 0-unstable-2024-06-23
This commit is contained in:
commit
171a6bcc28
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libfive";
|
pname = "libfive";
|
||||||
version = "0-unstable-2024-03-28";
|
version = "0-unstable-2024-06-23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libfive";
|
owner = "libfive";
|
||||||
repo = "libfive";
|
repo = "libfive";
|
||||||
rev = "4c59b11667bbe8be9802f59697fa64bbfe1ea82d";
|
rev = "302553e6aa6ca3cb13b2a149f57b6182ce2406dd";
|
||||||
hash = "sha256-scYSprozfC537vAXhMfWswyS3xivpoURWPhplH7yHIg=";
|
hash = "sha256-8J0Pe3lmZCg2YFffmIynxW35w4mHl5cSlLSenm50CWg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapQtAppsHook cmake ninja pkg-config python.pkgs.pythonImportsCheckHook ];
|
nativeBuildInputs = [ wrapQtAppsHook cmake ninja pkg-config python.pkgs.pythonImportsCheckHook ];
|
||||||
@ -96,7 +96,9 @@ stdenv.mkDerivation {
|
|||||||
"libfive.stdlib"
|
"libfive.stdlib"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru.updateScript = unstableGitUpdater { };
|
passthru.updateScript = unstableGitUpdater {
|
||||||
|
tagFormat = "";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile";
|
description = "Infrastructure for solid modeling with F-Reps in C, C++, and Guile";
|
||||||
|
Loading…
Reference in New Issue
Block a user