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

flannel: 0.24.0 -> 0.24.2
This commit is contained in:
Weijia Wang
2024-02-04 22:59:53 +01:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
buildGoModule rec {
pname = "flannel";
version = "0.24.0";
version = "0.24.2";
rev = "v${version}";
vendorHash = "sha256-vxzcFVFbbXeBb9kAJaAkvk26ptGo8CdnPJdcuC9qdF0=";
@@ -11,7 +11,7 @@ buildGoModule rec {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-Tog1H5/7B2Dke3vFqOyqKxYo0UzMzA80Da0LFscto2A=";
sha256 = "sha256-pCgrIVB29OhegUuSuWVUaDWcLVI54FH5YlLjDcRf3j8=";
};
ldflags = [ "-X github.com/flannel-io/flannel/pkg/version.Version=${rev}" ];