Unverified Commit fba0eaef authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #215441 from wegank/ligolo-ng-bump

ligolo-ng: 0.4.2 -> 0.4.3
parents 59ec2e61 275c67a3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "ligolo-ng";
  version = "0.4.2";
  version = "0.4.3";

  src = fetchFromGitHub {
    owner = "tnpitsecurity";
    repo = "ligolo-ng";
    rev = "v${version}";
    sha256 = "sha256-BuKSIJGeHuHfzcaADgGqKyQ6oy5RAUHyRs8e+d/Nf+0=";
    hash = "sha256-O/qiznQs+x7qBYXVItd0W7a0irEzRf0We7kW7HHLqcw=";
  };

  postConfigure = ''
@@ -24,7 +24,7 @@ buildGoModule rec {
  meta = with lib; {
    homepage = "https://github.com/tnpitsecurity/ligolo-ng";
    description = "A tunneling/pivoting tool that uses a TUN interface";
    platforms = platforms.linux;
    platforms = platforms.unix;
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ elohmeier ];
  };