flannel: 0.22.2 -> 0.22.3

This commit is contained in:
R. Ryantm 2023-09-28 08:20:29 +00:00
parent 56c409f4a9
commit 53e63d8c4a

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "flannel";
version = "0.22.2";
version = "0.22.3";
rev = "v${version}";
vendorHash = "sha256-sObAXI9U5U1JXWNzaBNNGfklnfh/G3aUye/MINWwU4s=";
vendorHash = "sha256-2P9gEbItK7rCtveXIZkFMcvppjK4GLzTSoLrkMPeCig=";
src = fetchFromGitHub {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-ZQyBPsYIOQq6oonn661sIBpccV9uxoXlieOhbIIv5AE=";
sha256 = "sha256-sO3iFs6pAmnqpc9+hxx2WZQWOP37/4XS1m5U4nerVLI=";
};
ldflags = [ "-X github.com/flannel-io/flannel/pkg/version.Version=${rev}" ];