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
1 changed files with 3 additions and 3 deletions

View File

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