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

tidy-viewer: 0.0.21 -> 0.0.22
This commit is contained in:
figsoda 2021-10-18 16:07:34 -04:00 committed by GitHub
commit 1e1d59dc74
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 = "0.0.21"; version = "0.0.22";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "alexhallam"; owner = "alexhallam";
repo = "tv"; repo = "tv";
rev = version; rev = version;
sha256 = "1zjnc2b9y2f6x114svp31r1lzkak4xfn71qrxch30mq2aj4yzd2l"; sha256 = "sha256-OuNpp9EKiU+fQSZZO7zpI36nCiZBXK6OznJGY4KMftU=";
}; };
cargoSha256 = "sha256-M6HInLevKvF4zBNe+Sg8fQK6koefRaO0l5AcrFhH+vI="; cargoSha256 = "sha256-LRoNGDOrbCjmZJRe+EUKxkDJjC92bQRRwP48jqDp9PU=";
# 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