From 4766e365d34b7a9925b79f19e5e1bfe691b72294 Mon Sep 17 00:00:00 2001 From: Ashish SHUKLA Date: Sun, 3 Oct 2021 03:39:15 +0530 Subject: [PATCH] cni-plugin-flannel: 1.0 -> 1.1 https://github.com/flannel-io/cni-plugin/releases/tag/v1.1 --- pkgs/tools/networking/flannel/plugin.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/flannel/plugin.nix b/pkgs/tools/networking/flannel/plugin.nix index 40d0fa9ecc55..51e29a31ddc5 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=";