Unverified Commit 85bee240 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

typos: 1.13.18 -> 1.14.8
parents 0b326fed c0308364
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "typos";
  version = "1.13.18";
  version = "1.14.8";

  src = fetchFromGitHub {
    owner = "crate-ci";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-J7K7fqtHNQYk6JlcHhcyojHQlIyaQVlAsDnfJUX1Ess=";
    hash = "sha256-x7Pcg2zgu2s+oLkOJj+Eo/Gs48BJO6+JATckMqaeaj4=";
  };

  cargoHash = "sha256-a6ENeLG/t8Nb8oTNkcIWlquav4wJ0a3CqDEMQwTiuMM=";
  cargoHash = "sha256-4se9/lcVWAWhbi0i3FDGQraK5KhPZ6ongc2wmJV4gI0=";

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