toast: 0.47.5 -> 0.47.6

This commit is contained in:
R. Ryantm 2024-02-22 15:56:25 +00:00
parent 2a56c2ca68
commit 9128647d08

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "toast"; pname = "toast";
version = "0.47.5"; version = "0.47.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stepchowfun"; owner = "stepchowfun";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-kAXzBJMAxHjZSK6lbpF+/27n9CGvq7x6Ay2TaFYgQSU="; sha256 = "sha256-+qntd687LF4tJwHZglZ6mppHq3dOZ+l431oKBBNDI0k=";
}; };
cargoHash = "sha256-681ZFS8dtn815VYdFwPEJXnuMGTycSuRPDxmj1kN3rs="; cargoHash = "sha256-A2sJ0o0RDztk3NjxG0CD8wNA4tmOizY4Tvff6ADzYQ8=";
checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails