about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-18 10:20:05 +0200
committerGitHub <noreply@github.com>2024-06-18 10:20:05 +0200
commit0fa78eace4e0fc29003396961482cc3a207ed5e5 (patch)
tree73172213204f45fe6f235bb0e93fe8fbdd49400d /pkgs/applications/networking
parent3df2b2c6ec9915e9730c50d3172018eb48ca6a0f (diff)
parent272ce6bfb45b02456e5718abb79b67fe73c386b3 (diff)
Merge pull request #320663 from r-ryantm/auto-update/cni-plugins
cni-plugins: 1.5.0 -> 1.5.1
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/cni/plugins.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/cni/plugins.nix b/pkgs/applications/networking/cluster/cni/plugins.nix
index b0cd31e9de019..830ef080492b2 100644
--- a/pkgs/applications/networking/cluster/cni/plugins.nix
+++ b/pkgs/applications/networking/cluster/cni/plugins.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cni-plugins";
-  version = "1.5.0";
+  version = "1.5.1";
 
   src = fetchFromGitHub {
     owner = "containernetworking";
     repo = "plugins";
     rev = "v${version}";
-    hash = "sha256-gJp1w2H+hPSSu1Y4BY9Sa8lLnhpiZJu2Dz9OenYlQFo=";
+    hash = "sha256-Veuv7DwwnSUnz2p5gemqQB9pr05nLLQ6gG4JvqFbZ/U=";
   };
 
   vendorHash = null;