Skip to content

Commit

Permalink
flannel: 0.16.3 -> 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and zowoq committed Mar 14, 2022
1 parent 1446d3b commit 1a268c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/networking/flannel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ with lib;

buildGoModule rec {
pname = "flannel";
version = "0.16.3";
version = "0.17.0";
rev = "v${version}";

vendorSha256 = null;
Expand All @@ -13,7 +13,7 @@ buildGoModule rec {
inherit rev;
owner = "flannel-io";
repo = "flannel";
sha256 = "sha256-Akh1IlpLG9AZBtcZnOUfRnIvan8C9W1Dg9PqT7/VhYA=";
sha256 = "sha256-YM/cGmtHDTzgu6Bfy52oP8E1HmLNuBHNgEpz/qTj7rg=";
};

ldflags = [ "-X github.com/flannel-io/flannel/version.Version=${rev}" ];
Expand Down

0 comments on commit 1a268c4

Please sign in to comment.