Loading pkgs/by-name/li/libmamba/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "libmamba"; version = "2.0.5"; version = "2.1.0"; src = fetchFromGitHub { owner = "mamba-org"; repo = "mamba"; rev = "libmamba-${finalAttrs.version}"; hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI="; tag = finalAttrs.version; hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g="; }; nativeBuildInputs = [ Loading pkgs/by-name/ma/mamba-cpp/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -13,16 +13,17 @@ tl-expected, libmamba, python3, versionCheckHook, }: stdenv.mkDerivation rec { pname = "mamba-cpp"; version = "2.0.5"; version = "2.1.0"; src = fetchFromGitHub { owner = "mamba-org"; repo = "mamba"; rev = "micromamba-${version}"; hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI="; tag = version; hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g="; }; nativeBuildInputs = [ cmake ]; Loading @@ -46,6 +47,8 @@ stdenv.mkDerivation rec { (lib.cmakeBool "BUILD_LIBMAMBA" false) ]; nativeInstallCheckInputs = [ versionCheckHook ]; meta = with lib; { description = "Reimplementation of the conda package manager"; homepage = "https://github.com/mamba-org/mamba"; Loading Loading
pkgs/by-name/li/libmamba/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "libmamba"; version = "2.0.5"; version = "2.1.0"; src = fetchFromGitHub { owner = "mamba-org"; repo = "mamba"; rev = "libmamba-${finalAttrs.version}"; hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI="; tag = finalAttrs.version; hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g="; }; nativeBuildInputs = [ Loading
pkgs/by-name/ma/mamba-cpp/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -13,16 +13,17 @@ tl-expected, libmamba, python3, versionCheckHook, }: stdenv.mkDerivation rec { pname = "mamba-cpp"; version = "2.0.5"; version = "2.1.0"; src = fetchFromGitHub { owner = "mamba-org"; repo = "mamba"; rev = "micromamba-${version}"; hash = "sha256-o5shAmsplJS2WZ4HhAt1U27KqUheVxZTkjlyxR7EYxI="; tag = version; hash = "sha256-7YR3ToPz80I9d1pRNiEaoIacVyaz2mqzdm0h5WGSb2g="; }; nativeBuildInputs = [ cmake ]; Loading @@ -46,6 +47,8 @@ stdenv.mkDerivation rec { (lib.cmakeBool "BUILD_LIBMAMBA" false) ]; nativeInstallCheckInputs = [ versionCheckHook ]; meta = with lib; { description = "Reimplementation of the conda package manager"; homepage = "https://github.com/mamba-org/mamba"; Loading