Merge pull request #219713 from r-ryantm/auto-update/toast
toast: 0.46.0 -> 0.46.1
This commit is contained in:
commit
d446aa877e
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "toast";
|
pname = "toast";
|
||||||
version = "0.46.0";
|
version = "0.46.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "stepchowfun";
|
owner = "stepchowfun";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-rDT7ZpixE77imy/HVwLET+O0uCZ+wFhXGqcWq46Ud2w=";
|
sha256 = "sha256-3ng1nVl5eqpa3YWqT/RYZo9sBl6Zkyc8NabG1GpjapQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-B5H8YkYlcF/Z6SlsW5lWwHZ9tYfOb54Pu1KNVY3eXP8=";
|
cargoHash = "sha256-22DtD0PeuDK1Gwy28ZD02LJYgOYuowf+pDQjHXiT6+A=";
|
||||||
|
|
||||||
checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails
|
checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user