Merge pull request #183289 from r-ryantm/auto-update/flannel

flannel: 0.18.1 -> 0.19.0
This commit is contained in:
Mario Rodas
2022-07-28 13:18:35 -05:00
committed by GitHub
+2 -2
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}" ];