diff options
author | Kenichi Kamiya | 2024-04-03 12:59:41 +0900 |
---|---|---|
committer | Kenichi Kamiya | 2024-04-03 12:59:41 +0900 |
commit | deb0873db7ce9caf6d6fc7dfe3b046a94e1700ee (patch) | |
tree | 39622efdb03b514ab0201953953c7e5f185df4d5 | |
parent | eb4c19198ffafdcd3f419a3230b926933403f841 (diff) |
typos: 1.20.1 -> 1.20.3
Diff: https://github.com/crate-ci/typos/compare/v1.20.1...v1.20.3 Changelog: https://github.com/crate-ci/typos/blob/v1.20.3/CHANGELOG.md
-rw-r--r-- | pkgs/development/tools/typos/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/typos/default.nix b/pkgs/development/tools/typos/default.nix index 68e7bf041016..5ab986d2dc0c 100644 --- a/pkgs/development/tools/typos/default.nix +++ b/pkgs/development/tools/typos/default.nix @@ -2,16 +2,16 @@ rustPlatform.buildRustPackage rec { pname = "typos"; - version = "1.20.1"; + version = "1.20.3"; src = fetchFromGitHub { owner = "crate-ci"; repo = pname; rev = "v${version}"; - hash = "sha256-X9m+2zJsHYbek/G9oyH3394/StolG3cDjVigTJZNzu0="; + hash = "sha256-0z00e8lRDA/KdAPGAwOGlRXgpXkag4htZ+ykXEAmtJE="; }; - cargoHash = "sha256-eCcuDfolsjv6Xt+sqo8VxWZhy5DLoukuI9rQiNXrUVs="; + cargoHash = "sha256-8XWU7/z1LhfB5rp9LKqdaoaORF68ZI5Pl8zkrxKSQQE="; meta = with lib; { description = "Source code spell checker"; |