ca5ab3a501
GitOrigin-RevId: 4a01ca36d6bfc133bc617e661916a81327c9bbc8
22 lines
668 B
Nix
22 lines
668 B
Nix
{
|
|
ameba = {
|
|
url = "https://github.com/crystal-ameba/ameba.git";
|
|
rev = "v1.0.0";
|
|
sha256 = "01cgapdpk8dg7sdgnq6ql42g3kv5z2fmsc90z07d9zvjp9vs2idp";
|
|
};
|
|
lucky_task = {
|
|
url = "https://github.com/luckyframework/lucky_task.git";
|
|
rev = "v0.1.1";
|
|
sha256 = "0w0rnf22pvj3lp5z8c4sshzwhqgwpbjpm7nry9mf0iz3fa0v48f7";
|
|
};
|
|
nox = {
|
|
url = "https://github.com/matthewmcgarvey/nox.git";
|
|
rev = "v0.2.0";
|
|
sha256 = "041wh7nbi8jxg314p5s4080ll9ywc48knpxmrzwj5h4rgmk7g231";
|
|
};
|
|
teeplate = {
|
|
url = "https://github.com/luckyframework/teeplate.git";
|
|
rev = "v0.8.5";
|
|
sha256 = "1kr05qrp674rph1324wry57gzvgvcvlz0w27brlvdgd3gi4s8sdj";
|
|
};
|
|
}
|