summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2021-10-03 03:39:15 +0530
committerAshish SHUKLA <ashish.is@lostca.se>2021-10-03 03:39:52 +0530
commit4766e365d34b7a9925b79f19e5e1bfe691b72294 (patch)
treecc34d24b078492115ea2fe5e4b78bd165849b845 /pkgs/tools/networking
parent82155ff501c7622cb2336646bb62f7624261f6d7 (diff)
downloadnixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.tar
nixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.tar.gz
nixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.tar.bz2
nixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.tar.lz
nixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.tar.xz
nixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.tar.zst
nixpkgs-4766e365d34b7a9925b79f19e5e1bfe691b72294.zip
cni-plugin-flannel: 1.0 -> 1.1
https://github.com/flannel-io/cni-plugin/releases/tag/v1.1
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/flannel/plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/networking/flannel/plugin.nix b/pkgs/tools/networking/flannel/plugin.nix
index 40d0fa9ecc5..51e29a31ddc 100644
--- a/pkgs/tools/networking/flannel/plugin.nix
+++ b/pkgs/tools/networking/flannel/plugin.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "cni-plugin-flannel";
-  version = "1.0";
+  version = "1.1";
 
   src = fetchFromGitHub {
     owner = "flannel-io";
     repo = "cni-plugin";
     rev = "v${version}";
-    sha256 = "sha256-s2gibebXTqM/12nDHwc89geWxA6gZi9/if5VnUFoTDE=";
+    sha256 = "sha256-DZC6uJR6TIHdmu8kZcbM+RC7pdejqLCOep0v3PM8/QY=";
   };
 
   vendorSha256 = "sha256-TLAwE3pTnJYOi1AsOQfsG6t3xLKOah/7DvYjsqyltKs=";