Skip to content

Commit e70dec7

Browse files
committed
cni-plugin-flannel: 1.5.1-flannel3 -> 1.6.2-flannel1
1 parent 91f1e05 commit e70dec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/networking/flannel/plugin.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "cni-plugin-flannel";
9-
version = "1.5.1-flannel3";
9+
version = "1.6.2-flannel1";
1010

1111
src = fetchFromGitHub {
1212
owner = "flannel-io";
1313
repo = "cni-plugin";
1414
rev = "v${version}";
15-
sha256 = "sha256-uYjBRfcNop84pbFoXxFa73GzC6U5wMxix3fTRFn7FsM=";
15+
sha256 = "sha256-mhDUpQf1HQLx4vn+Ju5jN5DYgkdsAs8CcmZbBqEITB4=";
1616
};
1717

18-
vendorHash = "sha256-ZBd7ngYfsmdSGHE9a0kiEB7SeYc9RfaU9MILK2r3cyg=";
18+
vendorHash = "sha256-0LgdvXNejEAgJZ9ufN3HJ+hXjUtrL0iqaQg9SpeCThM=";
1919

2020
ldflags = [
2121
"-s"

0 commit comments

Comments
 (0)