toast: 0.46.1 -> 0.46.2
This commit is contained in:
parent
6169ccb87d
commit
633dd775ee
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "toast";
|
pname = "toast";
|
||||||
version = "0.46.1";
|
version = "0.46.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stepchowfun";
|
owner = "stepchowfun";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
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
|
checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue