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

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

ghostunnel: 1.6.1 -> 1.7.0
parents 23e9a37e e01db33b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

  src = fetchFromGitHub {
    owner = "ghostunnel";
    repo = "ghostunnel";
    rev = "v${version}";
    sha256 = "sha256-VameENcHZ6AttV0D8ekPGGFoMHTiTXAY2FxK/Nxwjmk=";
    sha256 = "sha256-vODSjTpo2oTY42fONhUU8Xn119cTYUGQ6RJaLnS9q3k=";
  };

  vendorSha256 = null;