mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
Merge pull request #183891 from figsoda/update-tidy-viewer
This commit is contained in:
commit
81cd812db6
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "tidy-viewer";
|
pname = "tidy-viewer";
|
||||||
version = "1.4.3";
|
version = "1.4.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alexhallam";
|
owner = "alexhallam";
|
||||||
repo = "tv";
|
repo = "tv";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-onLu4XNe3sLfZ273Hq9IvgZEV9ir8oEXX7tQG75K2Hw=";
|
sha256 = "sha256-aCso4+EdHKeYVFyOrVwE967//9VkfNHvvnumtkORVmw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-CYiRi6ny0wzTddpjdnnMHGqcWRM9wVjF34RmETgLH5A=";
|
cargoSha256 = "sha256-bEwfdjvBbvlMyuqdH0xprCVrOV5Wm2E1uwDsg2M66dY=";
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user