Merge pull request #146438 from figsoda/update-tidy-viewer

tidy-viewer: 1.4.2 -> 1.4.3
This commit is contained in:
Thiago Kenji Okada 2021-11-18 10:56:10 -03:00 committed by GitHub
commit 49ee4f601f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "tidy-viewer"; pname = "tidy-viewer";
version = "1.4.2"; version = "1.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexhallam"; owner = "alexhallam";
repo = "tv"; repo = "tv";
rev = version; rev = version;
sha256 = "sha256-YXYz+SvL6YRwnZ7frmmx4NevNTh0rJcW7e4jSuX3TNs="; sha256 = "sha256-onLu4XNe3sLfZ273Hq9IvgZEV9ir8oEXX7tQG75K2Hw=";
}; };
cargoSha256 = "sha256-KwnnoVacTMw7kHLQynv9557zUq8aFZfzBD+Zc9Q6XBs="; cargoSha256 = "sha256-CYiRi6ny0wzTddpjdnnMHGqcWRM9wVjF34RmETgLH5A=";
# this test parses command line arguments # this test parses command line arguments
# error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context # error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context