Unverified Commit 58952fbc authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

vscode-extensions.tekumara.typos-vscode: 0.1.37 -> 0.1.38 (#413768)

parents 2d61e3e9 585b0ee1
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-130QnFYclUmvlqWZ62g8/rMZsJF43heXi9thp+RHfLo=";
        hash = "sha256-pEmDg//DyZvSiJdvqlNH7kuK6Dz3w2tpeAPpUTVCraI=";
      };
      aarch64-linux = {
        arch = "linux-arm64";
        hash = "sha256-K+ZfHzxOwp4lTC0929am/KOs8RdVk5MXGP8JTYP7pX4=";
        hash = "sha256-Vh7VkYH93wVS+WzGsGZ/w+DzbE5Z4y4KFl2SvmAgcVI=";
      };
      x86_64-darwin = {
        arch = "darwin-x64";
        hash = "sha256-H4N/nKWwv9IdQkjHeb1Q5VXoNguWXHZkB0s3MCfG17Y=";
        hash = "sha256-Lmru00/I43IP9Wf3wtXsnh5rlzWPdvMtNImJzN5ELsg=";
      };
      aarch64-darwin = {
        arch = "darwin-arm64";
        hash = "sha256-WyO18JIs3FCfcHh6p9YvrCk9SX/vSHQM2uI+AL9zFbo=";
        hash = "sha256-lh7YX65p/88GeAHAAGHovektYci3sXrXgdSyXJwfUF4=";
      };
    }
    .${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.37";
    version = "0.1.38";
    inherit (extInfo) hash arch;
  };