1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

flannel: 0.6.2 -> 0.11.0

This commit is contained in:
Johan Thomsen 2019-02-11 11:17:13 +01:00
parent 07208e7a0b
commit acdae9af95

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,7 +15,7 @@ buildGoPackage rec {
inherit rev;
owner = "coreos";
repo = "flannel";
sha256 = "03l0zyv9ajda70zw7jgwlmilw26h849jbb9f4slbycphhvbmpvb9";
sha256 = "0akxlrrsm2w51g0qd7dnsdy0hdajx98sdhxw4iknjr2kn7j3gph9";
};
meta = {