flannel: 0.18.1 -> 0.19.0

This commit is contained in:
R. Ryantm 2022-07-28 12:03:03 +00:00
parent bba87fc2a3
commit 4024625aa6

View File

@ -4,7 +4,7 @@ with lib;
buildGoModule rec {
pname = "flannel";
version = "0.18.1";
version = "0.19.0";
rev = "v${version}";
vendorSha256 = null;
@ -13,7 +13,7 @@ buildGoModule rec {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-l0W896miwnILQo3VWozV1aMNZoSerydUzWltl7D9y1E=";
sha256 = "sha256-vWDOEeHJaXGo+p60ls3a5FGwjDBI49QdZ92ibxO1aEU=";
};
ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ];