Merge pull request #96585 from r-ryantm/auto-update/ser2net

ser2net: 4.2.0 -> 4.2.1
This commit is contained in:
Mario Rodas 2020-08-31 12:48:52 -05:00 committed by GitHub
commit a0bfc038f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "ser2net";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "cminyard";
repo = "${pname}";
rev = "v${version}";
sha256 = "154sc7aa74c2vwfwan41qwqxckp36lw9wf3qydamsyvd9ampjf5x";
sha256 = "01w82nrgffsfz2c80p4cyppg3bz56d90jm6i6356j0nva3784haw";
};
buildInputs = [ pkgconfig autoreconfHook gensio libyaml ];