Skip to content

Commit

Permalink
termshark: 1.0.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elseym committed Feb 24, 2020
1 parent 3e47a87 commit dcd4395
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pkgs/tools/networking/termshark/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

buildGoModule rec {
pname = "termshark";
version = "1.0.0";
version = "2.1.1";

src = fetchFromGitHub {
owner = "gcla";
repo = "termshark";
rev = "v${version}";
sha256 = "1h9wysvd7i4vzn9qyswrmckmshxmh24ypvca98balkyhsxjwlb6j";
sha256 = "14h548apg3zvjvq6yy22hpw2ziy5vmwyr04vv59ls1mjg4qf2v8b";
};

nativeBuildInputs = [ makeWrapper ];
buildInputs = [ wireshark-cli ];

modSha256 = "09mbjbk5wa18z4xis5b2v2v0b04mf4d896yp88vcj8d8hsmbmc6g";
modSha256 = "0lp4gky76di7as78421p3lsirfr7mic3z204ildvj6gf6d15svpr";

postFixup = ''
wrapProgram $out/bin/termshark --prefix PATH : ${stdenv.lib.makeBinPath [ wireshark-cli ]}
Expand All @@ -28,8 +28,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
homepage = https://termshark.io/;
description = "A terminal UI for wireshark-cli, inspired by Wireshark";
platforms = platforms.linux;
license = licenses.mit;
maintainers = [ maintainers.winpat ];
maintainers = with maintainers; [ winpat elseym ];
};
}

0 comments on commit dcd4395

Please sign in to comment.