icr: unstable-2021-03-14 -> 0.9.0
This commit is contained in:
parent
a1240f6b4a
commit
714cf9e8d4
2 changed files with 4 additions and 5 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
crystal.buildCrystalPackage rec {
|
crystal.buildCrystalPackage rec {
|
||||||
pname = "icr";
|
pname = "icr";
|
||||||
version = "unstable-2021-03-14";
|
version = "0.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crystal-community";
|
owner = "crystal-community";
|
||||||
repo = "icr";
|
repo = "icr";
|
||||||
rev = "b6b335f40aff4c2c07d21250949935e8259f7d1b";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Qoy37lCdHFnMAuuqyB9uT15/RLllksFyApYAGy+RmDs=";
|
hash = "sha256-29B/i8oEjwNOYjnc78QcYTl6fC/M9VfAVCCBjLBKp0Q=";
|
||||||
};
|
};
|
||||||
|
|
||||||
shardsFile = ./shards.nix;
|
shardsFile = ./shards.nix;
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
readline = {
|
readline = {
|
||||||
owner = "crystal-lang";
|
url = "https://github.com/crystal-lang/crystal-readline.git";
|
||||||
repo = "crystal-readline";
|
|
||||||
rev = "0fb7d186da8e1b157998d98d1c96e99699b791eb";
|
rev = "0fb7d186da8e1b157998d98d1c96e99699b791eb";
|
||||||
sha256 = "1rk27vw3ssldgnfgprwvz2gag02v4g6d6yg56b3sk9w3fn8jyyi8";
|
sha256 = "1rk27vw3ssldgnfgprwvz2gag02v4g6d6yg56b3sk9w3fn8jyyi8";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue