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

toast: 0.47.4 -> 0.47.5
This commit is contained in:
Mario Rodas 2023-06-24 08:38:59 -05:00 committed by GitHub
commit a384b70cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "toast"; pname = "toast";
version = "0.47.4"; version = "0.47.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "stepchowfun"; owner = "stepchowfun";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-9uIZPmvjRjR9rRVp+rfLEjp6yDmf+87OglKqOwlRSEQ="; sha256 = "sha256-kAXzBJMAxHjZSK6lbpF+/27n9CGvq7x6Ay2TaFYgQSU=";
}; };
cargoHash = "sha256-cO2mO7ZtFuoIs58Y53xb4q+Cr5V94WTEgYkOYB0aGvY="; cargoHash = "sha256-681ZFS8dtn815VYdFwPEJXnuMGTycSuRPDxmj1kN3rs=";
checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails