sish: 2.8.1 -> 2.9.2

This commit is contained in:
Aaron Jheng 2023-07-11 12:35:47 +00:00
parent 547a750222
commit 29bc76758f
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "sish";
version = "2.8.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "antoniomika";
repo = pname;
rev = "v${version}";
sha256 = "sha256-BzWpEkhLhTNt5C/1G0Hnkli2kMvRwGbRc1bCgsWdRUo=";
hash = "sha256-6PCZtiXsDQfPZFw3r1n3rwgxigSnWgggHXzZdBT/fxA=";
};
vendorSha256 = "sha256-SQKkhyUYuOuPb8SOtjgRTsGKg6T75Zcot5ufHSUaiCM=";
vendorHash = "sha256-RnvkEUvL/bQTTTlg0RF0xjjvVniltequNKRD3z0H3O8=";
meta = with lib; {
description = "HTTP(S)/WS(S)/TCP Tunnels to localhost";