diff --git a/pkgs/servers/sshportal/default.nix b/pkgs/servers/sshportal/default.nix index e9cf52f3885b..307b945eba1c 100644 --- a/pkgs/servers/sshportal/default.nix +++ b/pkgs/servers/sshportal/default.nix @@ -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";