Skip to content

Commit

Permalink
typos: 1.4.1 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 13, 2022
1 parent 12769bc commit 2c8a5cc
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.4.1";
version = "1.5.0";

src = fetchFromGitHub {
owner = "crate-ci";
repo = pname;
rev = "v${version}";
sha256 = "sha256-dQ+FLKf+zNrUabrXWvdYqpNXzS+j92zQcaZXPTxxB/E=";
sha256 = "sha256-It112+60ze+5rvq3TYlIU+X4lJ4pgdCO7Gb1ADArDvY=";
};

cargoSha256 = "sha256-ud2Hb8EoOiPyzp7qPUeQi8FZ49RXbrDsk8ZEBI6lPtk=";
cargoSha256 = "sha256-yiy1xLxCdjIzqXUlkxWoOZ7cPZzJgDuTUvNHpnnTnwE=";

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

0 comments on commit 2c8a5cc

Please sign in to comment.