summary refs log tree commit diff
path: root/pkgs/development/compilers/matter-compiler/gemset.nix
blob: 2ef9e911b824382ecde644fba09a3ad1329c75bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  matter_compiler = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "16501zdiqxk34v2d0nlbwrcrjm6g57hrsmsw0crwssn29v5zbykf";
      type = "gem";
    };
    version = "0.5.1";
  };
}