crystal-gauntlet/shards.nix

33 lines
1.1 KiB
Nix
Raw Normal View History

{
db = {
url = "https://github.com/crystal-lang/crystal-db.git";
rev = "v0.6.0";
sha256 = "1gf6ylzcb8ywpy6m7w7d49xnvn6q636xb86f3vh292s1kml3vm99";
};
dotenv = {
url = "https://github.com/gdotdesign/cr-dotenv.git";
rev = "v1.0.0";
sha256 = "00pdawysns1w1iqwh6j3shilpwh41ljz1chsqkacn6dj2yn21n0r";
};
migrate = {
url = "https://github.com/oatmealine/migrate.cr.git";
rev = "31af921c4a0ba1d42c4bff8047c5d91584082158";
sha256 = "0hp8w0n6cqrxawmkm7rr5dq4bllx1al69f99ks3li8wrpmx590p4";
};
sqlite3 = {
url = "https://github.com/crystal-lang/crystal-sqlite3.git";
rev = "v0.13.0";
sha256 = "0myd9vvz40wnwl5ij1n1sva63nnmdbfv6xka5fb4y7v77l512y7c";
};
time_format = {
url = "https://github.com/vladfaust/time_format.cr.git";
rev = "v0.1.1";
sha256 = "0mmssnabf476i07sajm7s3rlvfcav4lkh0n8g12rybxr6c9f683v";
};
toml = {
url = "https://github.com/crystal-community/toml.cr.git";
rev = "4b6325e2a378bac4abc98ee4d5734d57a6a55554";
sha256 = "0w6w9f75njm1s7x0fshs313ykgcz7z2dzi1659jg7n9dq6wmq422";
};
}