tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
tv: 0.6.0 -> 0.7.0
figsoda
4 years ago
c415f709
e77de1ec
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
text
tv
default.nix
+3
-3
pkgs/tools/text/tv/default.nix
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "tv";
5
-
version = "0.6.0";
6
7
src = fetchFromGitHub {
8
owner = "uzimaru0000";
9
repo = pname;
10
rev = "v${version}";
11
-
sha256 = "sha256-4PcD0keG3OVZPv6MA+rNSL9lysrseJUA6C5cd2f6LRY=";
12
};
13
14
-
cargoSha256 = "sha256-E4qMxCqgJYIA8E6A0d8iUYTbKif5T51zcFdc+Ptq7qc=";
15
16
meta = with lib; {
17
description = "Format json into table view";
···
2
3
rustPlatform.buildRustPackage rec {
4
pname = "tv";
5
+
version = "0.7.0";
6
7
src = fetchFromGitHub {
8
owner = "uzimaru0000";
9
repo = pname;
10
rev = "v${version}";
11
+
sha256 = "sha256-qODv45smZ6jHCJBaa6EEvFLG+7g+FWrRf6BiHRFLzqM=";
12
};
13
14
+
cargoSha256 = "sha256-nI4n4KMPLaIF978b5VvW3mb02vKW+r39nllrhukJilI=";
15
16
meta = with lib; {
17
description = "Format json into table view";