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

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

ghostunnel: 1.8.0 -> 1.8.1
parents 7f470e29 a7b3104c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

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

  src = fetchFromGitHub {
    owner = "ghostunnel";
    repo = "ghostunnel";
    rev = "v${version}";
    hash = "sha256-TYicljKrKBWRKThJlMpMgmMBwesuGw4mC59Dm62PpKI=";
    hash = "sha256-35E8Qhy3U3ZJJL6EOJ2D98vvr0Vv5qMs9pLuQSMFoAs=";
  };

  vendorHash = null;