9c6ee729d6
GitOrigin-RevId: 6cee3b5893090b0f5f0a06b4cf42ca4e60e5d222
27 lines
887 B
Nix
27 lines
887 B
Nix
{
|
|
bisect = {
|
|
url = "https://github.com/spider-gazelle/bisect.git";
|
|
rev = "v1.2.1";
|
|
sha256 = "1ddz7fag1l65m6g0vw6xa96yv00rdwjj2z69k26rvyz37qk9ccqg";
|
|
};
|
|
lsp = {
|
|
url = "https://github.com/elbywan/crystal-lsp.git";
|
|
rev = "v0.1.2";
|
|
sha256 = "0knw8xaq3ssyb34w77a390j79m4w6bks5hlwr8m8fci2gq9a0r6z";
|
|
};
|
|
priority-queue = {
|
|
url = "https://github.com/spider-gazelle/priority-queue.git";
|
|
rev = "v1.0.1";
|
|
sha256 = "1rkppd8win4yalxcvsxikqcq6sw0npdqjajqbj57m78bzlxpyjv6";
|
|
};
|
|
sentry = {
|
|
url = "https://github.com/samueleaton/sentry.git";
|
|
rev = "e448ce83486f99ef016c311e10ec0cac805cded3";
|
|
sha256 = "13yp7805xpd605jpfpb3srqb0psy25w7n6x9mpkcyvzhqmpnpfyq";
|
|
};
|
|
version_from_shard = {
|
|
url = "https://github.com/hugopl/version_from_shard.git";
|
|
rev = "v1.2.5";
|
|
sha256 = "0xizj0q4rd541rwjbx04cjifc2gfx4l5v6q2y7gmd0ndjmkgb8ik";
|
|
};
|
|
}
|