Skip to content

Commit e583725

Browse files
authored
cni-plugins: 1.6.1 -> 1.7.1 (#403517)
2 parents 9b722b7 + 2209a12 commit e583725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/networking/cluster/cni/plugins.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "cni-plugins";
10-
version = "1.6.1";
10+
version = "1.7.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "containernetworking";
1414
repo = "plugins";
1515
rev = "v${version}";
16-
hash = "sha256-thtN7po5SToM0ZFYIbycaPJTafLvk9hFV4XFGOpWmpg=";
16+
hash = "sha256-S1BpOLPmWxaemPHTqZsYwGMH5KM1bPALcl78waZ0TBE=";
1717
};
1818

1919
vendorHash = null;

0 commit comments

Comments
 (0)