Merge pull request #138069 from r-ryantm/auto-update/sish

sish: 1.1.6 -> 1.1.7
This commit is contained in:
figsoda 2021-09-17 20:58:17 -04:00 committed by GitHub
commit ffafd422f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "sish";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "antoniomika";
repo = pname;
rev = "v${version}";
sha256 = "sha256-tljJp6Yoc19kkG7F3g1XhSDK2Y/D/2oRHiDkkOP3nn0=";
sha256 = "sha256-v/7DhakTVlcbnhujZOoVx5mpeyMwVI4CfYV12QqR7I4=";
};
vendorSha256 = "sha256-AHCa6ErxXzDPUFuq4ATD08e2Wz0tNibV2lLXoD7Sygk=";
vendorSha256 = "sha256-eMqHPxewQ9mvBpcBb+13HmaLDabCGt6C+qfbgaW8/YE=";
meta = with lib; {
description = "HTTP(S)/WS(S)/TCP Tunnels to localhost";