flannel: 0.20.2 -> 0.21.4

This commit is contained in:
R. Ryantm
2023-04-18 00:32:43 +00:00
parent 0a4206a51b
commit 3d16049d6c
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flannel";
version = "0.20.2";
version = "0.21.4";
rev = "v${version}";
vendorSha256 = null;
vendorHash = "sha256-EsHenfuqgNYTpkiGBhzUL8I7stukUgPvYov9rDs6Umo=";
src = fetchFromGitHub {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-kuYW73orgtJsz+PC9Cr7XAtfFxiUSi42Sn6iMbwX0HA=";
sha256 = "sha256-aJiPtGPzgkeeRcqf9oGJhoEucINeVcaBtInxonhgqYk=";
};
ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ];