package ssh3

This commit is contained in:
Rouven Seifert 2023-12-23 17:30:48 +01:00
parent 1bcad0949a
commit 981e383063
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, makeWrapper, fetchFromGitHub, playerctl }: { lib, buildGoModule, fetchFromGitHub, playerctl }:
buildGoModule rec { buildGoModule rec {
pname = "ssh3"; pname = "ssh3";
version = "0.1.4"; version = "0.1.4";

View file

@ -1,4 +1,4 @@
{ lib, buildGoModule, libxcrypt, makeWrapper, fetchFromGitHub, playerctl }: { lib, buildGoModule, libxcrypt, fetchFromGitHub, playerctl }:
buildGoModule rec { buildGoModule rec {
pname = "ssh3-server"; pname = "ssh3-server";
version = "0.1.4"; version = "0.1.4";