sish: 2.1.0 -> 2.5.0

This commit is contained in:
R. Ryantm 2022-07-29 22:54:37 +00:00
parent f0df0acc16
commit 5c90b02dfc

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "sish";
version = "2.1.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "antoniomika";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0rUQRul6es+m8JFGXChrygwU5fBi6RiYhoD1dQHpG3s=";
sha256 = "sha256-phnPs9mpheIOP0uZZ1Uoo7oRXl09Z+0q54v16YUYNUc=";
};
vendorSha256 = "sha256-GoiwpYELleD5tltQgRPGQU725h/uHe8tXqH4tIY//uE=";
vendorSha256 = "sha256-Ohdl99h/5epbONaYeGSC02evWcGe+8FtZ53RXHHsMpg=";
meta = with lib; {
description = "HTTP(S)/WS(S)/TCP Tunnels to localhost";