about summary refs log tree commit diff
path: root/pkgs/development/web/lucky-cli/shards.nix
blob: a06b87c5029ae021dd1c094216a1020c825679e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  ameba = {
    url = "https://github.com/crystal-ameba/ameba.git";
    rev = "v1.5.0";
    sha256 = "1idivsbpmi40aqvs82fsv37nrgikirprxrj3ls9chsb876fq9p2d";
  };
  lucky_task = {
    url = "https://github.com/luckyframework/lucky_task.git";
    rev = "v0.3.0";
    sha256 = "0lp2wv01wdcfr3h43n3dqgaymvypy0i6kbffb4mg4l30lijgpfb6";
  };
  lucky_template = {
    url = "https://github.com/luckyframework/lucky_template.git";
    rev = "v0.2.0";
    sha256 = "1xix82d0xanq4xkcv83hm56nj5f2rsbrqhk70j5zr37d3kydfypl";
  };
  nox = {
    url = "https://github.com/crystal-loot/nox.git";
    rev = "v0.2.2";
    sha256 = "1dfq0aknrxwp9wc0glri4w5j8pfbc6b1xrsxkahci109p6dhcna5";
  };
}