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

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

ghostunnel: 1.7.3 -> 1.8.0
parents bdc03c2d 81b86a34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "ghostunnel";
  version = "1.7.3";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "ghostunnel";
    repo = "ghostunnel";
    rev = "v${version}";
    hash = "sha256-6yGAXJOyXNj0xf+1vKxVcU6w3VMpSLh+6PC+yKzFbrs=";
    hash = "sha256-TYicljKrKBWRKThJlMpMgmMBwesuGw4mC59Dm62PpKI=";
  };

  vendorHash = null;