summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2018-09-15 16:26:12 +0200
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-15 16:26:12 +0200
commit633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4 (patch)
tree192157c57471ff29ef4bc53a8ec4d8d407009707 /pkgs/applications/networking/cluster
parent76001b8509161926905ce07da78ec7a87c88c18e (diff)
downloadnixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.tar
nixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.tar.gz
nixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.tar.bz2
nixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.tar.lz
nixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.tar.xz
nixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.tar.zst
nixlib-633bcbbb203edfe7e48b2ce1bd977b6e4bcfdcf4.zip
cni-plugins: 0.7.1 -> 0.7.3 (#46698)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'pkgs/applications/networking/cluster')
-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 8a006edda6a8..6cecd3bd66ca 100644
--- a/pkgs/applications/networking/cluster/cni/plugins.nix
+++ b/pkgs/applications/networking/cluster/cni/plugins.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "cni-plugins-${version}";
-  version = "0.7.1";
+  version = "0.7.3";
 
   src = fetchFromGitHub {
     owner = "containernetworking";
     repo = "plugins";
     rev = "v${version}";
-    sha256 = "1sywllwnr6lc812sgkqjdd3y10r82shl88dlnwgnbgzs738q2vp2";
+    sha256 = "1saaszzxy4x3jkqd9ac6cphmzfim7x84h28c9i7az46px40blzm1";
   };
 
   buildInputs = [ go ];