Unverified Commit 39ec3ae8 authored by Jenny's avatar Jenny Committed by GitHub
Browse files

vscode-extensions.tombi-toml.tombi: 0.7.7 -> 0.9.18 (#511047)

parents 29b7d83d eeb5327a
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7,19 +7,19 @@
let
  supported = {
    x86_64-linux = {
      hash = "sha256-YoB9gH84F9h6vdRbgCJGQhBmcXQ6jzrxvF2hA7gb3aI=";
      hash = "sha256-1N2D1+5AZionGw0pfuf9PW+Pfc3AI/v9BmqLiue/YZA=";
      arch = "linux-x64";
    };
    x86_64-darwin = {
      hash = "sha256-IDJJuSLNt0SxV8LdDX0JC3P+VR6NUAfe5u8p9vI+ik8=";
      hash = "sha256-izM0qVgTNJ2G5SDnULaNWWuI+VwWTNx95bU8O4sIa64=";
      arch = "darwin-x64";
    };
    aarch64-linux = {
      hash = "sha256-gDufj8XYlowpKd2MQMZBsnZ2eT/pbngDlKeIFlkUKzU=";
      hash = "sha256-tcjzqbGlycVDgJbHuuVUMvrBWU/UD4Y+kah9swny3Ws=";
      arch = "linux-arm64";
    };
    aarch64-darwin = {
      hash = "sha256-biWq6nsO4XGOMSUA9/yXMejC1wTDKsuQdPU26w0r4Lg=";
      hash = "sha256-gP7w+wCzUMjwI7Lk9aklzv2Wo6R0zdpVKoDwKw6HPhQ=";
      arch = "darwin-arm64";
    };
  };
@@ -34,7 +34,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
  mktplcRef = base // {
    name = "tombi";
    publisher = "tombi-toml";
    version = "0.7.7";
    version = "0.9.18";
  };
  meta = {
    description = "TOML Language Server";