Merge pull request #88502 from Emantor/bump/ser2net

ser2net: 4.1.1 -> 4.1.8
This commit is contained in:
Ryan Mulligan 2020-05-22 08:03:07 -07:00 committed by GitHub
commit 45106c4ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{ stdenv, lib, fetchFromGitHub, gensio, libyaml, autoreconfHook }:
{ stdenv, lib, fetchFromGitHub, gensio, libyaml, autoreconfHook, pkgconfig }:
stdenv.mkDerivation rec {
pname = "ser2net";
version = "4.1.1";
version = "4.1.8";
src = fetchFromGitHub {
owner = "cminyard";
repo = "${pname}";
rev = "v${version}";
sha256 = "1zl68mmd7pp10cjv1jk8rs2dlbwvzskyb58qvc7ph7vc6957lfhc";
sha256 = "0xxxxlfi4wln2l86ybdsc42qcj37mnac2s2baj6s7mqri8alaa14";
};
buildInputs = [ autoreconfHook gensio libyaml ];
buildInputs = [ pkgconfig autoreconfHook gensio libyaml ];
meta = with lib; {
description = "Serial to network connection server";