mint: 0.5.0 -> 0.7.1

This also fixes the build with the latest crystal version
This commit is contained in:
Silvan Mosberger 2020-02-18 01:35:49 +01:00 committed by Jon
parent 43ee8097d9
commit 9408c29404
2 changed files with 14 additions and 8 deletions

View File

@ -1,15 +1,15 @@
{ lib, fetchFromGitHub, crystal, zlib, openssl_1_0_2, duktape, which, libyaml }:
{ lib, fetchFromGitHub, crystal, zlib, openssl, duktape, which, libyaml }:
crystal.buildCrystalPackage rec {
version = "0.5.0";
version = "0.7.1";
pname = "mint";
src = fetchFromGitHub {
owner = "mint-lang";
repo = "mint";
rev = version;
sha256 = "0vxbx38c390rd2ysvbwgh89v2232sh5rbsp3nk9wzb70jybpslvl";
sha256 = "18cg96kl4dn89bj6fm3080zzyd1r7rsfi17agdjjayd2v9fgs95l";
};
buildInputs = [ openssl_1_0_2 ];
buildInputs = [ openssl ];
# Update with
# nix-shell -p crystal2nix --run crystal2nix

View File

@ -8,8 +8,8 @@
ameba = {
owner = "veelenga";
repo = "ameba";
rev = "v0.9.1";
sha256 = "05q2ki9dpg23pllalv5p27f1m287kiicp97ziz0z7vv0vg1r8smj";
rev = "v0.10.1";
sha256 = "0dcw7px7g0c5pxpdlirhirqzhcc7gdwdfiwb9kgm4x1k74ghjgxq";
};
baked_file_system = {
owner = "schovi";
@ -26,8 +26,8 @@
dotenv = {
owner = "gdotdesign";
repo = "cr-dotenv";
rev = "v0.2.0";
sha256 = "0zi2y1j2546xjhdzn7icmry0cjv82cx2cqmpgx5ml37c2pnb7kp7";
rev = "v0.3.1";
sha256 = "1xp7c3g8dj1hqk2b885qr4y0s8661gpp9q28lv6rhr0ckllc6zgz";
};
exception_page = {
owner = "crystal-loot";
@ -47,6 +47,12 @@
rev = "v0.4.0";
sha256 = "1w9ib6j4xhwxdxx58nzc06gw7ci7vga03vgj1z1bnklamb0b0l0k";
};
markd = {
owner = "icyleaf";
repo = "markd";
rev = "v0.2.0";
sha256 = "0n27fndd77mlkgw1r4pf0sa8fz4gwsh7dpnjck95c0ml91cr8j1a";
};
radix = {
owner = "luislavena";
repo = "radix";