Skip to content

Commit

Permalink
Merge pull request NixOS#303528 from klchen0112/micromamba
Browse files Browse the repository at this point in the history
micromamba: 1.5.4 -> 1.5.8
  • Loading branch information
matthiasbeyer authored Apr 14, 2024
2 parents 63213ad + d9936bc commit acbfe23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/package-management/micromamba/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit acbfe23

Please sign in to comment.