mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
micromamba: 1.4.4 -> 1.5.3
This commit is contained in:
parent
e14565a496
commit
838a97dab2
@ -35,13 +35,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "micromamba";
|
pname = "micromamba";
|
||||||
version = "1.4.4";
|
version = "1.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mamba-org";
|
owner = "mamba-org";
|
||||||
repo = "mamba";
|
repo = "mamba";
|
||||||
rev = "micromamba-" + version;
|
rev = "micromamba-" + version;
|
||||||
hash = "sha256-Z6hED0fiXzEKpVm8tUBR9ynqWCvHGXkXHzAXbbWlq9Y=";
|
hash = "sha256-/9CzcnPd1D8jSl/pfl54+8/728r+GCqWFXahl47MJ3g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
@ -74,5 +74,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ mausch ];
|
maintainers = with maintainers; [ mausch ];
|
||||||
|
mainProgram = "micromamba";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user