3
0
Fork 0
forked from mirrors/nixpkgs

toast: 0.46.1 -> 0.46.2

This commit is contained in:
R. Ryantm 2023-03-09 22:18:43 +00:00
parent 6169ccb87d
commit 633dd775ee

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "toast";
version = "0.46.1";
version = "0.46.2";
src = fetchFromGitHub {
owner = "stepchowfun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-3ng1nVl5eqpa3YWqT/RYZo9sBl6Zkyc8NabG1GpjapQ=";
sha256 = "sha256-WsNBBivfw0tUF3TsJBbg7A13IcFEqclF9MR55xogI5Q=";
};
cargoHash = "sha256-22DtD0PeuDK1Gwy28ZD02LJYgOYuowf+pDQjHXiT6+A=";
cargoHash = "sha256-hZA5iWZ2KKifvHRx5p9LM/la80ezyzV2XOuxq0lRYB0=";
checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails