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.
2 parents 9b722b7 + 2209a12 commit e583725Copy full SHA for e583725
pkgs/applications/networking/cluster/cni/plugins.nix
@@ -7,13 +7,13 @@
7
8
buildGoModule rec {
9
pname = "cni-plugins";
10
- version = "1.6.1";
+ version = "1.7.1";
11
12
src = fetchFromGitHub {
13
owner = "containernetworking";
14
repo = "plugins";
15
rev = "v${version}";
16
- hash = "sha256-thtN7po5SToM0ZFYIbycaPJTafLvk9hFV4XFGOpWmpg=";
+ hash = "sha256-S1BpOLPmWxaemPHTqZsYwGMH5KM1bPALcl78waZ0TBE=";
17
};
18
19
vendorHash = null;
0 commit comments