mamba-cpp: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm 2025-05-12 22:09:00 +00:00
parent 4c40e81b38
commit 774e7eb6f2

View file

@ -17,13 +17,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mamba-cpp"; pname = "mamba-cpp";
version = "2.1.0"; version = "2.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mamba-org"; owner = "mamba-org";
repo = "mamba"; repo = "mamba";
tag = version; tag = version;
hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g="; hash = "sha256-JBwdfYM7J5R7HZyw5kVXwu4FlZUd2QPrsTaGuXnyAJI=";
}; };
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];