Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
33 lines
1.0 KiB
Nix
33 lines
1.0 KiB
Nix
{
|
|
admiral = {
|
|
url = "https://github.com/jwaldrip/admiral.cr.git";
|
|
rev = "v1.12.1";
|
|
sha256 = "0x8v9i8ixs7xcwz35kdlqvz0pfm1cqzm6gvwdjfrps0drisk7f6i";
|
|
};
|
|
ameba = {
|
|
url = "https://github.com/crystal-ameba/ameba.git";
|
|
rev = "v1.6.4";
|
|
sha256 = "1kzr4ynd4r5w87y2czzrlir1dvqmv43ijm07804kgsy1g20k00fs";
|
|
};
|
|
ansi-escapes = {
|
|
url = "https://github.com/gtramontina/ansi-escapes.cr.git";
|
|
rev = "v1.0.0";
|
|
sha256 = "106cy7bq0j438cfs0zqcxhj84msjj9dybxlcjr8qhs1fpm02s00b";
|
|
};
|
|
baked_file_system = {
|
|
url = "https://github.com/schovi/baked_file_system.git";
|
|
rev = "ea0b659f43d7ce00bde66e8a87eeb4d5a112621b";
|
|
sha256 = "0zxwmznmh8aazjhlf9j5nxqnij74hb2j4kad48p706bzv3m5bymg";
|
|
};
|
|
dotenv = {
|
|
url = "https://github.com/gdotdesign/cr-dotenv.git";
|
|
rev = "v1.0.0";
|
|
sha256 = "00pdawysns1w1iqwh6j3shilpwh41ljz1chsqkacn6dj2yn21n0r";
|
|
};
|
|
markd = {
|
|
url = "https://github.com/icyleaf/markd.git";
|
|
rev = "v0.5.0";
|
|
sha256 = "1a677z57kwjq6lp4ws7br1ga8jgpgi8990glhd1r8756bdyd8mg0";
|
|
};
|
|
}
|