about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-08 10:22:45 -0500
committerGitHub <noreply@github.com>2024-03-08 10:22:45 -0500
commit18f8cb37cea27eec74f4add18ff0c8cd48bcd11e (patch)
tree696af74d8bf442c0024c2dd619897fbcbb5b1266
parent72a448d6f6e11fc358182c0bfe9afdbd40b1b2f9 (diff)
parent721228cb337ddb9ba6a9fa737988e5eb438d4fba (diff)
downloadnixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.tar
nixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.tar.gz
nixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.tar.bz2
nixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.tar.lz
nixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.tar.xz
nixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.tar.zst
nixlib-18f8cb37cea27eec74f4add18ff0c8cd48bcd11e.zip
Merge pull request #294105 from r-ryantm/auto-update/typos-lsp
typos-lsp: 0.1.14 -> 0.1.15
-rw-r--r--pkgs/by-name/ty/typos-lsp/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ty/typos-lsp/package.nix b/pkgs/by-name/ty/typos-lsp/package.nix
index 30aeb9e21493..b8ab8a97aac8 100644
--- a/pkgs/by-name/ty/typos-lsp/package.nix
+++ b/pkgs/by-name/ty/typos-lsp/package.nix
@@ -4,16 +4,16 @@
 }:
 rustPlatform.buildRustPackage rec {
   pname = "typos-lsp";
-  version = "0.1.14";
+  version = "0.1.15";
 
   src = fetchFromGitHub {
     owner = "tekumara";
     repo = "typos-lsp";
     rev = "refs/tags/v${version}";
-    hash = "sha256-eEBGas7RykUbeJDNEUGzW0i6MpocjgJhrMsCU+UrBVM=";
+    hash = "sha256-8mCK/NKik1zf6hqJN4pflDbtFALckHR/8AQborbOoHs=";
   };
 
-  cargoHash = "sha256-u9PW7HH+VUp1rIxtaOvTB3GYRPEkcbyCdI/HWsCRAU0=";
+  cargoHash = "sha256-aL7arYAiTpz9jy7Kh8u7OJmPMjayX4JiKoa7u8K0UiE=";
 
   # fix for compilation on aarch64
   # see https://github.com/NixOS/nixpkgs/issues/145726