1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
nixpkgs/pkgs/tools/misc/teamocil/gemset.nix
2018-09-28 16:59:03 -04:00

10 lines
201 B
Nix

{
teamocil = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1l5f33faipb45xx7ds67s7dqgvjlljlcxgpgig4pg8p002vg06r2";
type = "gem";
};
version = "1.4.2";
};
}