lol

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

typos-lsp: 0.1.15 -> 0.1.16

authored by

Pol Dellaiera and committed by
GitHub
1f704fab e31edbb1

+3 -3
+3 -3
pkgs/by-name/ty/typos-lsp/package.nix
··· 4 4 }: 5 5 rustPlatform.buildRustPackage rec { 6 6 pname = "typos-lsp"; 7 - version = "0.1.15"; 7 + version = "0.1.16"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "tekumara"; 11 11 repo = "typos-lsp"; 12 12 rev = "refs/tags/v${version}"; 13 - hash = "sha256-8mCK/NKik1zf6hqJN4pflDbtFALckHR/8AQborbOoHs="; 13 + hash = "sha256-wXwdAPaj2dY6R6rUl/3WGeUwV+/waQdHv1dmzTqFNow="; 14 14 }; 15 15 16 - cargoHash = "sha256-aL7arYAiTpz9jy7Kh8u7OJmPMjayX4JiKoa7u8K0UiE="; 16 + cargoHash = "sha256-qXQPxMlBwLb2NVae+vKZPzufNrQeuz0cAdMflpsjDf4="; 17 17 18 18 # fix for compilation on aarch64 19 19 # see https://github.com/NixOS/nixpkgs/issues/145726