icr: 0.8.0 -> unstable-2020-10-05 (#110436)
This commit is contained in:
parent
508aacd589
commit
2e802894ba
@ -1,15 +1,26 @@
|
|||||||
{ stdenv, lib, fetchFromGitHub, crystal, shards, makeWrapper, pkg-config, which
|
{ stdenv
|
||||||
, openssl, readline, libyaml, zlib }:
|
, lib
|
||||||
|
, fetchFromGitHub
|
||||||
|
, crystal
|
||||||
|
, shards
|
||||||
|
, makeWrapper
|
||||||
|
, pkg-config
|
||||||
|
, which
|
||||||
|
, openssl
|
||||||
|
, readline
|
||||||
|
, libyaml
|
||||||
|
, zlib
|
||||||
|
}:
|
||||||
|
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "icr";
|
pname = "icr";
|
||||||
version = "0.8.0";
|
version = "unstable-2020-10-06";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crystal-community";
|
owner = "crystal-community";
|
||||||
repo = pname;
|
repo = "icr";
|
||||||
rev = "v${version}";
|
rev = "8c57cd7c1fdf8088cb05c1587bd6c40d244a8a80";
|
||||||
sha256 = "1bz2bhs6csyg2rhrlknlvaiilq3vq8plxjh1hdxmbrfi3n6c7k5a";
|
sha256 = "sha256-b0w6oG2npNgdi2ZowMlJy0iUxQWqb9+DiruQl7Ztb0E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
shardsFile = ./shards.nix;
|
shardsFile = ./shards.nix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user