Unverified Commit 536848a9 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.tekumara.typos-vscode: 0.1.45 -> 0.1.51 (#469492)

parents f2062e64 aa4432d7
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -14,19 +14,19 @@ let
    {
      x86_64-linux = {
        arch = "linux-x64";
        hash = "sha256-DeyQgxfPD7R2OjQZ99PNN7hV0Vt9jk5sw+XcM+yIURI=";
        hash = "sha256-jAQJh1JqomJDUFeb2N452ICo0azFelT8vHvEsBqXi8w=";
      };
      aarch64-linux = {
        arch = "linux-arm64";
        hash = "sha256-A8xjglh1re02mix5BpE00FNyU6Cjj01vz48lmz2acG8=";
        hash = "sha256-Z3cRojI4mCCS2t3aLojgImULQOobq5liDwoeHuzKEhY=";
      };
      x86_64-darwin = {
        arch = "darwin-x64";
        hash = "sha256-mK/pLDemgmVuLAMYMEeSvi96ckHNq8ie2Y+JENtaTXA=";
        hash = "sha256-Th0cseTJk+CD3BO/99t0VMD7zcF6nxAfmHFhfN8j5sw=";
      };
      aarch64-darwin = {
        arch = "darwin-arm64";
        hash = "sha256-taFeZB00iBoYQULhlRHDjrj/Zm7aXYgbPiPK7xjnsYU=";
        hash = "sha256-rHgMl71YCs9ea0nFnx+E2U8isL4zQzIvvE9tgxM7IiA=";
      };
    }
    .${system} or (throw "Unsupported system: ${system}");
@@ -38,7 +38,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
    # Please update the corresponding binary (typos-lsp)
    # when updating this extension.
    # See pkgs/by-name/ty/typos-lsp/package.nix
    version = "0.1.45";
    version = "0.1.51";
    inherit (extInfo) hash arch;
  };