Merge pull request #303528 from klchen0112/micromamba

micromamba: 1.5.4 -> 1.5.8
This commit is contained in:
Matthias Beyer 2024-04-14 08:57:56 +02:00 committed by GitHub
commit acbfe234d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,13 +35,13 @@ let
in
stdenv.mkDerivation rec {
pname = "micromamba";
version = "1.5.4";
version = "1.5.8";
src = fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
rev = "micromamba-" + version;
hash = "sha256-29SuR4RDW0+yNR1RHlm3I4avy0CjBTGxv1FKxMDZxO0=";
hash = "sha256-sxZDlMFoMLq2EAzwBVO++xvU1C30JoIoZXEX/sqkXS0=";
};
nativeBuildInputs = [ cmake ];