tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
icr: unstable-2021-03-14 -> 0.9.0
Peter Hoeg
3 years ago
714cf9e8
a1240f6b
+4
-5
2 changed files
expand all
collapse all
unified
split
pkgs
development
tools
icr
default.nix
shards.nix
+3
-3
pkgs/development/tools/icr/default.nix
···
13
13
14
14
crystal.buildCrystalPackage rec {
15
15
pname = "icr";
16
16
-
version = "unstable-2021-03-14";
16
16
+
version = "0.9.0";
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "crystal-community";
20
20
repo = "icr";
21
21
-
rev = "b6b335f40aff4c2c07d21250949935e8259f7d1b";
22
22
-
sha256 = "sha256-Qoy37lCdHFnMAuuqyB9uT15/RLllksFyApYAGy+RmDs=";
21
21
+
rev = "v${version}";
22
22
+
hash = "sha256-29B/i8oEjwNOYjnc78QcYTl6fC/M9VfAVCCBjLBKp0Q=";
23
23
};
24
24
25
25
shardsFile = ./shards.nix;
+1
-2
pkgs/development/tools/icr/shards.nix
···
1
1
{
2
2
readline = {
3
3
-
owner = "crystal-lang";
4
4
-
repo = "crystal-readline";
3
3
+
url = "https://github.com/crystal-lang/crystal-readline.git";
5
4
rev = "0fb7d186da8e1b157998d98d1c96e99699b791eb";
6
5
sha256 = "1rk27vw3ssldgnfgprwvz2gag02v4g6d6yg56b3sk9w3fn8jyyi8";
7
6
};