flannel: 0.28.6 -> 0.28.7 (#542138)

This commit is contained in:
Nick Cao
2026-07-15 19:37:18 +00:00
committed by GitHub

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}" ];