remove nanoid
This commit is contained in:
parent
0632ee97dc
commit
b925726977
4 changed files with 52 additions and 17 deletions
15
deps.nix
15
deps.nix
|
|
@ -527,21 +527,6 @@ let
|
|||
beamDeps = [ castore hpax ];
|
||||
};
|
||||
|
||||
nanoid =
|
||||
let
|
||||
version = "2.1.0";
|
||||
in
|
||||
buildMix {
|
||||
inherit version;
|
||||
name = "nanoid";
|
||||
|
||||
src = fetchHex {
|
||||
inherit version;
|
||||
pkg = "nanoid";
|
||||
sha256 = "ebc7a342d02d213534a7f93a091d569b9fea7f26fcd3a638dc655060fc1f76ac";
|
||||
};
|
||||
};
|
||||
|
||||
nimble_options =
|
||||
let
|
||||
version = "1.1.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue