mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 16:38:30 +02:00
package ssh3
This commit is contained in:
parent
1bcad0949a
commit
981e383063
2 changed files with 2 additions and 2 deletions
pkgs/ssh3
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue