mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #290574 from Wulfsta/libfive
libfive: update outdated version string
This commit is contained in:
commit
2a56c2ca68
1 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, wrapQtAppsHook
|
, wrapQtAppsHook
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, unstableGitUpdater
|
||||||
, cmake
|
, cmake
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
@ -17,7 +18,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
pname = "libfive";
|
pname = "libfive";
|
||||||
version = "unstable-2023-06-07";
|
version = "0-unstable-2024-02-14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libfive";
|
owner = "libfive";
|
||||||
|
@ -95,6 +96,8 @@ stdenv.mkDerivation {
|
||||||
"libfive.stdlib"
|
"libfive.stdlib"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
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";
|
||||||
homepage = "https://libfive.com/";
|
homepage = "https://libfive.com/";
|
||||||
|
|
Loading…
Reference in a new issue