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-17 23:54:02 -08:00
committed by Jon
parent 43ee8097d9
commit 9408c29404
2 changed files with 14 additions and 8 deletions
+4 -4
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