Skip to content

Commit

Permalink
micromamba 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ahirner committed Jun 9, 2023
1 parent 501d5c6 commit e748d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overlays/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ in {
propagatedBuildInputs = [];
});

version = "1.4.2";
version = "1.4.4";
in {
inherit version;
src = prev.fetchFromGitHub {
owner = "mamba-org";
repo = "mamba";
rev = "micromamba-" + version;
sha256 = "sha256-MvzKdFUHzWfJpAPSn1/9SA2rUxtL+Rym+a3FI4f78iM=";
sha256 = "sha256-Z6hED0fiXzEKpVm8tUBR9ynqWCvHGXkXHzAXbbWlq9Y=";
};

# removed termcolor since it was removed upstream
Expand Down

0 comments on commit e748d0e

Please sign in to comment.