Unverified Commit 9144937d authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

typos-lsp: 0.1.17 -> 0.1.18
parents 9c6468a9 c06b17f1
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.17";
  version = "0.1.18";

  src = fetchFromGitHub {
    owner = "tekumara";
    repo = "typos-lsp";
    rev = "refs/tags/v${version}";
    hash = "sha256-Q/V9WabxtsUQ69r7qHzslko8anWyuB3VqVRQJ6gl9O8=";
    hash = "sha256-6ELn2Q7pAUgnwe8+vAUbuRjaKFWvbGZ1SMfXQ1qKp5c=";
  };

  cargoHash = "sha256-Rus79FpYBgz1CPK4n805Au0ncom8rhD3zD82a2DyR3k=";
  cargoHash = "sha256-UDID+dI8ETP084WR482uWli2++bI4mRiMvpFpWUlvZE=";

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