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

Merge pull request #225660 from r-ryantm/auto-update/toast

toast: 0.46.2 -> 0.47.1
parents 089d79be 81b7dcdf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
  pname = "toast";
  version = "0.46.2";
  version = "0.47.1";

  src = fetchFromGitHub {
    owner = "stepchowfun";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-WsNBBivfw0tUF3TsJBbg7A13IcFEqclF9MR55xogI5Q=";
    sha256 = "sha256-CW7rPylP3Swyv+rxwbeooUC6XEkmGCCpGEqM7zNG1b4=";
  };

  cargoHash = "sha256-hZA5iWZ2KKifvHRx5p9LM/la80ezyzV2XOuxq0lRYB0=";
  cargoHash = "sha256-yO0wcijM8q81g/HSmouHduUb12kaNVRIv4pECs8XyFw=";

  checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails