mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11:39 +01:00
package ssh3
This commit is contained in:
parent
1bcad0949a
commit
981e383063
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue