Unverified Commit 0398e186 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #291267 from r-ryantm/auto-update/typos-lsp

typos-lsp: 0.1.12 -> 0.1.13
parents ce7908d7 7af74ee4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4,16 +4,16 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "typos-lsp";
  version = "0.1.12";
  version = "0.1.13";

  src = fetchFromGitHub {
    owner = "tekumara";
    repo = "typos-lsp";
    rev = "refs/tags/v${version}";
    hash = "sha256-LzemgHVCuLkLaJyyrJhIsOOn+OnYuiJsMSxITNz6R8g=";
    hash = "sha256-2nNOUeuDDBi7Ak7ATKYyRqmGwebk0JqIdHN6GV+v+aA=";
  };

  cargoHash = "sha256-LFRg/Y/nudrdPw/o3WUH6aM+ThE8N/HII5J0Ikid8GI=";
  cargoHash = "sha256-hQoxaavR4cefmpr+znXOs1OFJJ83mGk4TidFf13l7Ho=";

  # fix for compilation on aarch64
  # see https://github.com/NixOS/nixpkgs/issues/145726