mamba-cpp: 2.1.0 -> 2.1.1 (#406598)

Co-authored-by: klchen0112 <klchen0112@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-14 16:07:34 +00:00
committed by GitHub
co-authored by klchen0112
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation rec {
pname = "mamba-cpp";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
tag = version;
hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g=";
hash = "sha256-JBwdfYM7J5R7HZyw5kVXwu4FlZUd2QPrsTaGuXnyAJI=";
};
nativeBuildInputs = [ cmake ];