Unverified Commit b4e1866f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #253709 from figsoda/typos

typos: 1.16.10 -> 1.16.11
parents 2be8b505 a58d770d
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.16.10";
  version = "1.16.11";

  src = fetchFromGitHub {
    owner = "crate-ci";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-YFHy7oD0phUJTKFPnRLm5S3p4tE9MEHe3HnhuyyIwIc=";
    hash = "sha256-6CinLQ3wdVG1Ry7nskbC4JlhwT9rlJiP1oc4ks1t7Ts=";
  };

  cargoHash = "sha256-oQ1yMhHwcMHk7+nj4eqL3Ws0buyh9cGXVdNe4zNX9OI=";
  cargoHash = "sha256-S7cMbnelsUfP8t93jqv0PY50fN/XtkphKhiKfe2fE/c=";

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