ser2net: 4.1.1 -> 4.1.8
This commit is contained in:
parent
9dfcff3a1c
commit
6e8f3635a2
|
@ -1,17 +1,17 @@
|
||||||
{ stdenv, lib, fetchFromGitHub, gensio, libyaml, autoreconfHook }:
|
{ stdenv, lib, fetchFromGitHub, gensio, libyaml, autoreconfHook, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ser2net";
|
pname = "ser2net";
|
||||||
version = "4.1.1";
|
version = "4.1.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cminyard";
|
owner = "cminyard";
|
||||||
repo = "${pname}";
|
repo = "${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1zl68mmd7pp10cjv1jk8rs2dlbwvzskyb58qvc7ph7vc6957lfhc";
|
sha256 = "0xxxxlfi4wln2l86ybdsc42qcj37mnac2s2baj6s7mqri8alaa14";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook gensio libyaml ];
|
buildInputs = [ pkgconfig autoreconfHook gensio libyaml ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Serial to network connection server";
|
description = "Serial to network connection server";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user