nixpkgs-immich/pkgs/tools/misc/teamocil/gemset.nix
2024-09-17 10:23:40 -06:00

11 lines
202 B
Nix

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