Merge pull request #55559 from johanot/flannel-0.11.0

flannel: 0.6.2 -> 0.11.0
This commit is contained in:
Florian Klink 2019-02-11 21:55:40 +01:00 committed by GitHub
commit 1c218a251e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ with lib;
buildGoPackage rec {
name = "flannel-${version}";
version = "0.6.2";
version = "0.11.0";
rev = "v${version}";
goPackagePath = "github.com/coreos/flannel";
@ -15,14 +15,14 @@ buildGoPackage rec {
inherit rev;
owner = "coreos";
repo = "flannel";
sha256 = "03l0zyv9ajda70zw7jgwlmilw26h849jbb9f4slbycphhvbmpvb9";
sha256 = "0akxlrrsm2w51g0qd7dnsdy0hdajx98sdhxw4iknjr2kn7j3gph9";
};
meta = {
description = "Network fabric for containers, designed for Kubernetes";
license = licenses.asl20;
homepage = https://github.com/coreos/flannel;
maintainers = with maintainers; [offline];
maintainers = with maintainers; [johanot offline];
platforms = with platforms; linux;
};
}