mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
micromamba: 1.2.0 -> 1.4.4
* update src * remove termcolor build dep: https://github.com/mamba-org/mamba/pull/2085
This commit is contained in:
parent
58e6faecd5
commit
94a367224c
@ -14,7 +14,6 @@
|
||||
, python3
|
||||
, reproc
|
||||
, spdlog
|
||||
, termcolor
|
||||
, tl-expected
|
||||
}:
|
||||
|
||||
@ -36,13 +35,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "micromamba";
|
||||
version = "1.2.0";
|
||||
version = "1.4.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mamba-org";
|
||||
repo = "mamba";
|
||||
rev = "micromamba-" + version;
|
||||
sha256 = "sha256-KGlH5i/lI6c1Jj1ttAOrip8BKECaea5D202TJMcFDmM=";
|
||||
hash = "sha256-Z6hED0fiXzEKpVm8tUBR9ynqWCvHGXkXHzAXbbWlq9Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
@ -57,7 +56,6 @@ stdenv.mkDerivation rec {
|
||||
libsolv'
|
||||
reproc
|
||||
spdlog
|
||||
termcolor
|
||||
ghc_filesystem
|
||||
python3
|
||||
tl-expected
|
||||
|
Loading…
Reference in New Issue
Block a user