sshportal: 1.19.3 -> 1.19.5

This commit is contained in:
R. Ryantm 2023-05-24 06:24:26 +00:00
parent b90d1e02ee
commit 65a80df22c

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "sshportal";
version = "1.19.3";
version = "1.19.5";
src = fetchFromGitHub {
owner = "moul";
repo = "sshportal";
rev = "v${version}";
sha256 = "sha256-8+UHG4xTH9h1IvMoOY7YHPClk4t2vWSBOUnYU6+mynQ=";
sha256 = "sha256-XJ8Hgc8YoJaH2gYOvoYhcpY4qgasgyr4M+ecKJ/RXTs=";
};
ldflags = [ "-X main.GitTag=${version}" "-X main.GitSha=${version}" "-s" "-w" ];
vendorSha256 = "sha256-swDoQeO44fkpS2JNUAXaj3ZVjjzhoEr34YZ1/ArnLBk=";
vendorHash = "sha256-4dMZwkLHS14OGQVPq5VaT/aEpHEJ/4b2P6q3/WiDicM=";
meta = with lib; {
description = "Simple, fun and transparent SSH (and telnet) bastion server";