Unverified Commit f6ddacbf authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

typos: 1.13.12 -> 1.13.14
parents a5826fe6 1b5ba788
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.12";
  version = "1.13.14";

  src = fetchFromGitHub {
    owner = "crate-ci";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-SP2Di3kAcrAriZ4E7aPSBAZm46REIW82LrbWSmKhA5k=";
    hash = "sha256-9p5h58fXENaZCVpDX5b/FqK0i5bL/M3vP+8jKYLQDh0=";
  };

  cargoHash = "sha256-3ExXZ7lUnT/54TUembKk47OUVpAzHrWPAro2CcXiYmU=";
  cargoHash = "sha256-IJi8FfwBMTTJRdBA6ydpD4yQWrEVnavxgiWxRCDoAOI=";

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