sshportal: 1.19.3 -> 1.19.5
This commit is contained in:
parent
b90d1e02ee
commit
65a80df22c
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue