about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSascha Grunert <sgrunert@redhat.com>2024-03-12 12:02:03 +0100
committerSascha Grunert <sgrunert@redhat.com>2024-03-12 12:02:03 +0100
commita044e3f4c9b0e8d5c28baa3636273035faf719e4 (patch)
treeb062ad112ee902d9c9d0a8e544c1fa040d414d81 /pkgs/applications
parentd317942391a1cd1c8c0621afd9a89edf64e7551b (diff)
cni-plugins: 1.4.0 -> 1.4.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
Diffstat (limited to 'pkgs/applications')
-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 1db39c3cf007f..438d51518dff9 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.4.0";
+  version = "1.4.1";
 
   src = fetchFromGitHub {
     owner = "containernetworking";
     repo = "plugins";
     rev = "v${version}";
-    hash = "sha256-goXpNpb5tVOHeskRLw3CivYett3RxYBREAI+S74CMFQ=";
+    hash = "sha256-co4jThsUR070aJh1hgXHT6QKW22d8UCmogtZYc4nzlA=";
   };
 
   vendorHash = null;