Loading pkgs/applications/misc/ssh-tools/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ buildGoModule rec { pname = "ssh-tools"; version = "1.8-unstable-2024-03-18"; version = "1.9"; src = fetchFromGitea { domain = "codeberg.org"; owner = "vaporup"; repo = "ssh-tools"; rev = "69c73844b2498c46f1293b129808bfdce8822c28"; hash = "sha256-cG75Jn331G0HZZyrE+JWC05f6DgYBz6sx8MTCxsG/vw="; rev = "v${version}"; hash = "sha256-ZMjpc2zjvuLJES5ixEHvo7oAx1JGzy60LzN09Ykn/54="; }; vendorHash = "sha256-GSFhz3cIRl4XUA18HUeUkrw+AJyOkU3ZrZKYTGsWbug="; Loading Loading
pkgs/applications/misc/ssh-tools/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ buildGoModule rec { pname = "ssh-tools"; version = "1.8-unstable-2024-03-18"; version = "1.9"; src = fetchFromGitea { domain = "codeberg.org"; owner = "vaporup"; repo = "ssh-tools"; rev = "69c73844b2498c46f1293b129808bfdce8822c28"; hash = "sha256-cG75Jn331G0HZZyrE+JWC05f6DgYBz6sx8MTCxsG/vw="; rev = "v${version}"; hash = "sha256-ZMjpc2zjvuLJES5ixEHvo7oAx1JGzy60LzN09Ykn/54="; }; vendorHash = "sha256-GSFhz3cIRl4XUA18HUeUkrw+AJyOkU3ZrZKYTGsWbug="; Loading