Merge pull request #66040 from teto/mininet

mininet: 2.3.0d4 -> 2.3.0d6
This commit is contained in:
Sarah Brofeldt 2019-08-08 21:11:50 +02:00 committed by GitHub
commit 843eb3a951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,8 @@ let
pyEnv = python.withPackages(ps: [ ps.setuptools ]);
in
stdenv.mkDerivation rec {
name = "mininet-${version}";
version = "2.3.0d4";
pname = "mininet";
version = "2.3.0d6";
outputs = [ "out" "py" ];
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
owner = "mininet";
repo = "mininet";
rev = version;
sha256 = "02hsqa7r5ykj8m1ycl32xwn1agjrw78wkq87xif0dl2vkzln41i4";
sha256 = "0wc6gni9dxj9jjnw66a28jdvcfm8bxv1i776m5dh002bn5wjcl6x";
};
buildFlags = [ "mnexec" ];
@ -40,8 +40,9 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Emulator for rapid prototyping of Software Defined Networks";
license = {
fullName = "Mininet 2.3.0d4 License";
fullName = "Mininet 2.3.0d6 License";
};
platforms = platforms.linux;
homepage = https://github.com/mininet/mininet;
maintainers = with maintainers; [ teto ];
};