Skip to content

Commit

Permalink
cni-plugin-flannel: 1.2.0 -> 1.5.1-flannel3 (#283074)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 7, 2024
2 parents 095bd27 + e447004 commit c93b335
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/flannel/plugin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "cni-plugin-flannel";
version = "1.2.0";
version = "1.5.1-flannel3";

src = fetchFromGitHub {
owner = "flannel-io";
repo = "cni-plugin";
rev = "v${version}";
sha256 = "sha256-9AVXm3+VJFLQwe7EHwI8LmWKxfX1r0yjmKeaReQvxR4=";
sha256 = "sha256-uYjBRfcNop84pbFoXxFa73GzC6U5wMxix3fTRFn7FsM=";
};

vendorHash = "sha256-DhvaXC/n4yiVDibB8kymzltNhEIxKdTsEDN9Sfc/wxU=";
vendorHash = "sha256-ZBd7ngYfsmdSGHE9a0kiEB7SeYc9RfaU9MILK2r3cyg=";

ldflags = [
"-s" "-w"
Expand Down

0 comments on commit c93b335

Please sign in to comment.