lol

Merge pull request #138739 from figsoda/tv-update

tv: 0.5.3 -> 0.6.0

authored by

figsoda and committed by
GitHub
8e7ed326 f8f12400

+4 -3
+4 -3
pkgs/tools/text/tv/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "tv"; 5 - version = "0.5.3"; 5 + version = "0.6.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "uzimaru0000"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-mh/+MX0MZM1fsi9HGTioRRH1DVatmkdyiwAgG/42cVU="; 11 + sha256 = "sha256-4PcD0keG3OVZPv6MA+rNSL9lysrseJUA6C5cd2f6LRY="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-8uxW0EIeMPvgffYW55Ov1euoVi8Zz9fZ4F44ktxvj9Q="; 14 + cargoSha256 = "sha256-E4qMxCqgJYIA8E6A0d8iUYTbKif5T51zcFdc+Ptq7qc="; 15 15 16 16 meta = with lib; { 17 17 description = "Format json into table view"; 18 18 homepage = "https://github.com/uzimaru0000/tv"; 19 + changelog = "https://github.com/uzimaru0000/tv/blob/v${version}/CHANGELOG.md"; 19 20 license = licenses.mit; 20 21 maintainers = with maintainers; [ figsoda ]; 21 22 };