about summary refs log tree commit diff
path: root/pkgs/tools/networking/ghostunnel
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 23:19:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-06-25 23:19:16 +0000
commitb8607556565c9da484c833b88cc3a77bd21e3a7f (patch)
tree0f52f8183db72460de6125b862f5b7624466482e /pkgs/tools/networking/ghostunnel
parentd3ec37479d1aa00242695ef3f19865bf63b1b21e (diff)
ghostunnel: 1.6.0 -> 1.6.1
Diffstat (limited to 'pkgs/tools/networking/ghostunnel')
-rw-r--r--pkgs/tools/networking/ghostunnel/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/ghostunnel/default.nix b/pkgs/tools/networking/ghostunnel/default.nix
index f6986a1516b37..16350850163e3 100644
--- a/pkgs/tools/networking/ghostunnel/default.nix
+++ b/pkgs/tools/networking/ghostunnel/default.nix
@@ -7,16 +7,16 @@
 
 buildGoModule rec {
   pname = "ghostunnel";
-  version = "1.6.0";
+  version = "1.6.1";
 
   src = fetchFromGitHub {
     owner = "ghostunnel";
     repo = "ghostunnel";
     rev = "v${version}";
-    sha256 = "sha256-EE8gCm/gOp3lmCx1q4PahulipLoBZnEatNAVUXzHIVw=";
+    sha256 = "sha256-VameENcHZ6AttV0D8ekPGGFoMHTiTXAY2FxK/Nxwjmk=";
   };
 
-  vendorSha256 = "sha256-XgmvqB1PCfL2gSDqwqauSixk8vlINHRmX6U0h9EXXdU=";
+  vendorSha256 = null;
 
   deleteVendor = true;