about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/matter-compiler/gemset.nix
blob: 9ac7ae8d20e4f5a65114f38bcd74084bd15f2d74 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "matter_compiler" = {
    version = "0.5.1";
    source = {
      type = "gem";
      sha256 = "16501zdiqxk34v2d0nlbwrcrjm6g57hrsmsw0crwssn29v5zbykf";
    };
  };
}