fix images

This commit is contained in:
zack 2024-10-25 17:17:56 -04:00
parent d7559647e2
commit 3b63d75219
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
7 changed files with 85 additions and 76 deletions

View file

@ -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";