Skip to content

Commit 59b3409

Browse files
mamba-cpp: 2.0.5 -> 2.1.0
1 parent 2f56e30 commit 59b3409

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pkgs/by-name/ma/mamba-cpp/package.nix

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
tl-expected,
1414
libmamba,
1515
python3,
16+
versionCheckHook,
1617
}:
1718
stdenv.mkDerivation rec {
1819
pname = "mamba-cpp";
19-
version = "2.0.5";
20+
version = "2.1.0";
2021

2122
src = fetchFromGitHub {
2223
owner = "mamba-org";
2324
repo = "mamba";
24-
rev = "micromamba-${version}";
25-
hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI=";
25+
tag = version;
26+
hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g=";
2627
};
2728

2829
nativeBuildInputs = [ cmake ];
@@ -46,6 +47,8 @@ stdenv.mkDerivation rec {
4647
(lib.cmakeBool "BUILD_LIBMAMBA" false)
4748
];
4849

50+
nativeInstallCheckInputs = [ versionCheckHook ];
51+
4952
meta = with lib; {
5053
description = "Reimplementation of the conda package manager";
5154
homepage = "https://github.com/mamba-org/mamba";

0 commit comments

Comments
 (0)