We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f1e05 commit e70dec7Copy full SHA for e70dec7
pkgs/tools/networking/flannel/plugin.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "cni-plugin-flannel";
9
- version = "1.5.1-flannel3";
+ version = "1.6.2-flannel1";
10
11
src = fetchFromGitHub {
12
owner = "flannel-io";
13
repo = "cni-plugin";
14
rev = "v${version}";
15
- sha256 = "sha256-uYjBRfcNop84pbFoXxFa73GzC6U5wMxix3fTRFn7FsM=";
+ sha256 = "sha256-mhDUpQf1HQLx4vn+Ju5jN5DYgkdsAs8CcmZbBqEITB4=";
16
};
17
18
- vendorHash = "sha256-ZBd7ngYfsmdSGHE9a0kiEB7SeYc9RfaU9MILK2r3cyg=";
+ vendorHash = "sha256-0LgdvXNejEAgJZ9ufN3HJ+hXjUtrL0iqaQg9SpeCThM=";
19
20
ldflags = [
21
"-s"
0 commit comments