fix images
This commit is contained in:
parent
d7559647e2
commit
3b63d75219
7 changed files with 85 additions and 76 deletions
15
deps.nix
15
deps.nix
|
|
@ -527,6 +527,21 @@ let
|
|||
beamDeps = [ castore hpax ];
|
||||
};
|
||||
|
||||
mogrify =
|
||||
let
|
||||
version = "0.9.3";
|
||||
in
|
||||
buildMix {
|
||||
inherit version;
|
||||
name = "mogrify";
|
||||
|
||||
src = fetchHex {
|
||||
inherit version;
|
||||
pkg = "mogrify";
|
||||
sha256 = "0189b1e1de27455f2b9ae8cf88239cefd23d38de9276eb5add7159aea51731e6";
|
||||
};
|
||||
};
|
||||
|
||||
nimble_options =
|
||||
let
|
||||
version = "1.1.1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue