ghostunnel: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2022-11-22 03:01:13 +00:00
parent c1e0996bb0
commit 1e6a2cfaa0

View file

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "ghostunnel";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "ghostunnel";
repo = "ghostunnel";
rev = "v${version}";
sha256 = "sha256-vODSjTpo2oTY42fONhUU8Xn119cTYUGQ6RJaLnS9q3k=";
sha256 = "sha256-yG9PfpYqW95X7EfbAhKEDmqBue7SjFULXUO73V4s3t4=";
};
vendorSha256 = null;