nixpkgs/pkgs/development/web/lucky-cli/shards.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
677 B
Nix
Raw Normal View History

2020-03-19 08:02:23 +00:00
{
2020-12-22 04:09:22 +00:00
ameba = {
2022-07-08 08:37:38 +00:00
url = "https://github.com/crystal-ameba/ameba.git";
2023-10-30 10:46:09 +00:00
rev = "v1.5.0";
sha256 = "1idivsbpmi40aqvs82fsv37nrgikirprxrj3ls9chsb876fq9p2d";
2020-12-22 04:09:22 +00:00
};
lucky_task = {
2022-07-08 08:37:38 +00:00
url = "https://github.com/luckyframework/lucky_task.git";
2023-10-30 10:46:09 +00:00
rev = "v0.3.0";
sha256 = "0lp2wv01wdcfr3h43n3dqgaymvypy0i6kbffb4mg4l30lijgpfb6";
};
lucky_template = {
url = "https://github.com/luckyframework/lucky_template.git";
rev = "v0.2.0";
sha256 = "1xix82d0xanq4xkcv83hm56nj5f2rsbrqhk70j5zr37d3kydfypl";
2020-12-22 04:09:22 +00:00
};
2022-07-08 08:37:38 +00:00
nox = {
2023-10-30 10:46:09 +00:00
url = "https://github.com/crystal-loot/nox.git";
2023-03-13 03:31:44 +00:00
rev = "v0.2.2";
sha256 = "1dfq0aknrxwp9wc0glri4w5j8pfbc6b1xrsxkahci109p6dhcna5";
2022-07-08 08:37:38 +00:00
};
2020-03-19 08:02:23 +00:00
}