fix: downstreams

This commit is contained in:
M. Ian Graham 2022-11-21 04:31:27 +02:00 committed by Evangelos Paterakis
parent b8ae9f94aa
commit ce5ce4bfef
2 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
crystal.buildCrystalPackage rec {
pname = "ameba";
version = "1.0.1";
version = "1.3.1";
src = fetchFromGitHub {
owner = "crystal-ameba";
repo = "ameba";
rev = "v${version}";
hash = "sha256-dvhGk6IbSV3pxtoIV7+0+qf47hz2TooPhsSwFd2+xkw=";
hash = "sha256-SZ2sBQeZgtPOYioH9eK5MveFtWVGPvgKMrqsCfjoRGM=";
};
format = "make";

View File

@ -13455,7 +13455,7 @@ with pkgs;
icr = callPackage ../development/tools/icr { };
scry = callPackage ../development/tools/scry { };
scry = callPackage ../development/tools/scry { crystal = crystal_1_2; };
dasm = callPackage ../development/compilers/dasm { };
@ -14500,7 +14500,7 @@ with pkgs;
millet = callPackage ../development/tools/millet {};
mint = callPackage ../development/compilers/mint { };
mint = callPackage ../development/compilers/mint { crystal = crystal_1_2; };
mitscheme = callPackage ../development/compilers/mit-scheme
{ stdenv = gcc10StdenvCompat; texLive = texlive.combine { inherit (texlive) scheme-small epsf texinfo; }; };