flannel: 0.28.6 -> 0.28.7

https://github.com/flannel-io/flannel/releases/tag/v0.28.7

Assisted-by: pi coding agent / Mika (OpenAI gpt-5.6-sol)
This commit is contained in:
Gerhard Schwanzer
2026-07-15 09:30:23 +02:00
parent a9ed9edd98
commit 070261f141

View File

@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "flannel";
version = "0.28.6";
version = "0.28.7";
rev = "v${version}";
vendorHash = "sha256-io2xUh5jM2x7P01MIpPgLAVXC/CAL22zrC6kfi4uYFs=";
@@ -16,7 +16,7 @@ buildGoModule rec {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-djPi4dgG9iR7K5c9NhMVJI1xdBmCX39+G/zt6dDRZx8=";
sha256 = "sha256-K810ikYfDdOtOUTSGqeAwczxNO/XPB+2RbelHBc8tok=";
};
ldflags = [ "-X github.com/flannel-io/flannel/pkg/version.Version=${rev}" ];