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