ubridge: 0.9.16 -> 0.9.17
This commit is contained in:
parent
66172a2ea4
commit
5c73dc4eec
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "ubridge";
|
pname = "ubridge";
|
||||||
version = "0.9.16";
|
version = "0.9.17";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GNS3";
|
owner = "GNS3";
|
||||||
repo = "ubridge";
|
repo = "ubridge";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1bind7ylgxs743vfdmpdrpp4iamy461bc3i7nxza91kj7hyyjz6h";
|
sha256 = "1rwhbagac7msd116qymvlfh9qkz9jf0m8nl9xckwv68f57bhhjwl";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
and TAP interfaces is supported. Packet capture is also supported.
|
and TAP interfaces is supported. Packet capture is also supported.
|
||||||
'';
|
'';
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
|
changelog = "https://github.com/GNS3/ubridge/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user