tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sshportal: 1.19.3 -> 1.19.5
R. Ryantm
2 years ago
65a80df2
b90d1e02
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
servers
sshportal
default.nix
+3
-3
pkgs/servers/sshportal/default.nix
···
2
2
3
3
buildGoModule rec {
4
4
pname = "sshportal";
5
5
-
version = "1.19.3";
5
5
+
version = "1.19.5";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "moul";
9
9
repo = "sshportal";
10
10
rev = "v${version}";
11
11
-
sha256 = "sha256-8+UHG4xTH9h1IvMoOY7YHPClk4t2vWSBOUnYU6+mynQ=";
11
11
+
sha256 = "sha256-XJ8Hgc8YoJaH2gYOvoYhcpY4qgasgyr4M+ecKJ/RXTs=";
12
12
};
13
13
14
14
ldflags = [ "-X main.GitTag=${version}" "-X main.GitSha=${version}" "-s" "-w" ];
15
15
16
16
-
vendorSha256 = "sha256-swDoQeO44fkpS2JNUAXaj3ZVjjzhoEr34YZ1/ArnLBk=";
16
16
+
vendorHash = "sha256-4dMZwkLHS14OGQVPq5VaT/aEpHEJ/4b2P6q3/WiDicM=";
17
17
18
18
meta = with lib; {
19
19
description = "Simple, fun and transparent SSH (and telnet) bastion server";