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

ghostunnel: 1.6.1 -> 1.7.0

authored by

Robert Hensing and committed by
GitHub
a29d3cd1 23e9a37e

+2 -2
+2 -2
pkgs/tools/networking/ghostunnel/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "ghostunnel"; 10 - version = "1.6.1"; 10 + version = "1.7.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "ghostunnel"; 14 14 repo = "ghostunnel"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-VameENcHZ6AttV0D8ekPGGFoMHTiTXAY2FxK/Nxwjmk="; 16 + sha256 = "sha256-vODSjTpo2oTY42fONhUU8Xn119cTYUGQ6RJaLnS9q3k="; 17 17 }; 18 18 19 19 vendorSha256 = null;