Hythera
2026-05-21 21:00:08 +02:00
parent 5c7be848cb
commit fef5d0f72d
3 changed files with 9 additions and 2 deletions
+5 -2
View File
@@ -12,6 +12,7 @@
reproc,
libsolv,
curl,
msgpack-c,
libarchive,
zstd,
nix-update-script,
@@ -21,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libmamba";
version = "2.4.0";
version = "2.6.2";
src = fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
tag = finalAttrs.version;
hash = "sha256-ojcAS5NYAhklACrBkmSHRPNiVLjUR/umll0vhoFnFBs=";
hash = "sha256-qvUo2OD+vh5oXF/ckz9vJyiQ9wpEbTrC+C4oYXOGFAU=";
};
nativeBuildInputs = [
@@ -45,6 +46,7 @@ stdenv.mkDerivation (finalAttrs: {
reproc
libsolv
curl
msgpack-c
libarchive
zstd
bzip2
@@ -52,6 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags = [
(lib.cmakeBool "BUILD_LIBMAMBA" true)
(lib.cmakeBool "BUILD_LIBMAMBA_SPDLOG" true)
(lib.cmakeBool "BUILD_SHARED" true)
];
+2
View File
@@ -4,6 +4,7 @@
bzip2,
cmake,
cli11,
msgpack-c,
yaml-cpp,
nlohmann_json,
zstd,
@@ -29,6 +30,7 @@ stdenv.mkDerivation {
zstd
bzip2
cli11
msgpack-c
yaml-cpp
libmamba
];
@@ -3,6 +3,7 @@
python,
buildPythonPackage,
cmake,
msgpack-c,
ninja,
libmamba,
pybind11,
@@ -43,6 +44,7 @@ buildPythonPackage rec {
bzip2
spdlog
fmt
msgpack-c
tl-expected
nlohmann_json
yaml-cpp