tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tidy-viewer: 1.4.6 -> 1.4.30
figsoda
3 years ago
33f22536
30887dc2
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
tidy-viewer
default.nix
+3
-3
pkgs/tools/text/tidy-viewer/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "tidy-viewer";
5
-
version = "1.4.6";
6
7
src = fetchFromGitHub {
8
owner = "alexhallam";
9
repo = "tv";
10
rev = version;
11
-
sha256 = "sha256-aCso4+EdHKeYVFyOrVwE967//9VkfNHvvnumtkORVmw=";
12
};
13
14
-
cargoSha256 = "sha256-bEwfdjvBbvlMyuqdH0xprCVrOV5Wm2E1uwDsg2M66dY=";
15
16
# this test parses command line arguments
17
# error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "tidy-viewer";
5
+
version = "1.4.30";
6
7
src = fetchFromGitHub {
8
owner = "alexhallam";
9
repo = "tv";
10
rev = version;
11
+
sha256 = "sha256-z1H27D0DYQieU91FBZreN6XQCFvwxBJBIWBZRO50cnw=";
12
};
13
14
+
cargoSha256 = "sha256-rLRyzQkwbjIMhLLHSuDKQznBIDV9iAqCUVg6q5gRhsA=";
15
16
# this test parses command line arguments
17
# error: Found argument '--test-threads' which wasn't expected, or isn't valid in this context