Unverified Commit da98c5d5 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

typos: 1.30.3 -> 1.31.1 (#396526)

parents 81e38109 82a82feb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@

rustPlatform.buildRustPackage rec {
  pname = "typos";
  version = "1.30.3";
  version = "1.31.1";

  src = fetchFromGitHub {
    owner = "crate-ci";
    repo = "typos";
    tag = "v${version}";
    hash = "sha256-Yzt5O24+Nkxvoim6BlaPzVQ3gSKrmPO/725dxzQ9XXk=";
    hash = "sha256-Q/nanx+R7JJpDiSkHM0eYHRFiXFR+VZG7mKoUMglcT4=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-9+LFyrKy8Hv13Tu8Ko5PpdcSPh3sgGHWvixYT0km1Rs=";
  cargoHash = "sha256-nKsn7Odce2/ftkPxYT/bAcMTS6DowSjKepBBGrCvkPY=";

  passthru.updateScript = nix-update-script { };