mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
ser2net: 4.2.0 -> 4.2.1
This commit is contained in:
parent
984ec92129
commit
c3708aea65
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user