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

toast: 0.47.7 -> 0.48.0 (#507254)

parents 09ef9a45 3ba73006
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "toast";
  version = "0.47.7";
  version = "0.48.0";

  src = fetchFromGitHub {
    owner = "stepchowfun";
    repo = "toast";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-vp70jv4F0VKd/OZHVRDcIJlKLwK9w+cV28lh0C7ESqg=";
    sha256 = "sha256-bhKIJ1x4WQAPAMEyw12NmmDbnDYbucIz0U3/MdTfmP0=";
  };

  cargoHash = "sha256-3sBb6etSicYvEOIuLARUxo21ulVQ5qVsz65lAtuG+B4=";
  cargoHash = "sha256-zo+KTtCJkCjG9j/VgUcnTZfRyJLj0C3BvKRREAjyeb8=";

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