Unverified Commit 67e93269 authored by Robert Hensing's avatar Robert Hensing Committed by GitHub
Browse files

Merge pull request #202285 from r-ryantm/auto-update/ghostunnel

ghostunnel: 1.7.0 -> 1.7.1
parents 2d8cbb5a eb11b252
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "ghostunnel";
  version = "1.7.0";
  version = "1.7.1";

  src = fetchFromGitHub {
    owner = "ghostunnel";
    repo = "ghostunnel";
    rev = "v${version}";
    sha256 = "sha256-vODSjTpo2oTY42fONhUU8Xn119cTYUGQ6RJaLnS9q3k=";
    hash = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4=";
  };

  vendorSha256 = null;
@@ -34,8 +34,9 @@ buildGoModule rec {

  meta = with lib; {
    broken = stdenv.isDarwin;
    description = "A simple TLS proxy with mutual authentication support for securing non-TLS backend applications";
    description = "TLS proxy with mutual authentication support for securing non-TLS backend applications";
    homepage = "https://github.com/ghostunnel/ghostunnel#readme";
    changelog = "https://github.com/ghostunnel/ghostunnel/releases/tag/v${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ roberth ];
  };