cni-plugin-flannel: 1.0 -> 1.1

https://github.com/flannel-io/cni-plugin/releases/tag/v1.1
This commit is contained in:
Ashish SHUKLA 2021-10-03 03:39:15 +05:30
parent 82155ff501
commit 4766e365d3
No known key found for this signature in database
GPG key ID: C746CFA9E74FA4B0

View file

@ -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=";