Skip to content

Commit

Permalink
Merge pull request #326222 from redyf/update-typos
Browse files Browse the repository at this point in the history
typos: 1.23.0 -> 1.23.2
  • Loading branch information
NickCao authored Jul 11, 2024
2 parents 7626d7d + e39da7f commit c48f50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/typos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "typos";
version = "1.23.0";
version = "1.23.2";

src = fetchFromGitHub {
owner = "crate-ci";
repo = pname;
rev = "v${version}";
hash = "sha256-46WXCImBqWmU82zIgulVyoB2/aGWXYunWDdQDsxMlOs=";
hash = "sha256-DheAS9HHzhmg6J6qBF81uaTmlGNS2igcxuc3ic3nFr0=";
};

cargoHash = "sha256-29F4n9yuyGxQSZY4tJ8KaHXKLmpCPuUKDwOoyWBfmgk=";
cargoHash = "sha256-VEBwVs1UJFRsoyHHcKQaUpKna5XvAG7vzoWaS7c8ycU=";

meta = with lib; {
description = "Source code spell checker";
Expand Down

0 comments on commit c48f50b

Please sign in to comment.