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
668 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";
rev = "v1.0.0";
sha256 = "01cgapdpk8dg7sdgnq6ql42g3kv5z2fmsc90z07d9zvjp9vs2idp";
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";
rev = "v0.1.1";
sha256 = "0w0rnf22pvj3lp5z8c4sshzwhqgwpbjpm7nry9mf0iz3fa0v48f7";
2020-12-22 04:09:22 +00:00
};
2022-07-08 08:37:38 +00:00
nox = {
url = "https://github.com/matthewmcgarvey/nox.git";
rev = "v0.2.0";
sha256 = "041wh7nbi8jxg314p5s4080ll9ywc48knpxmrzwj5h4rgmk7g231";
};
2020-03-19 08:02:23 +00:00
teeplate = {
2022-07-08 08:37:38 +00:00
url = "https://github.com/luckyframework/teeplate.git";
rev = "v0.8.5";
sha256 = "1kr05qrp674rph1324wry57gzvgvcvlz0w27brlvdgd3gi4s8sdj";
2020-03-19 08:02:23 +00:00
};
}