cni-plugin-flannel: unstable-2021-09-10 -> 1.0

https://github.com/flannel-io/cni-plugin/releases/tag/v1.0
This commit is contained in:
zowoq
2021-09-21 18:59:50 +10:00
parent df67b77670
commit e8c3e05e11
+4 -4
View File
@@ -1,14 +1,14 @@
{ lib, buildGoModule, fetchFromGitHub }:
buildGoModule {
buildGoModule rec {
pname = "cni-plugin-flannel";
version = "unstable-2021-09-10";
version = "1.0";
src = fetchFromGitHub {
owner = "flannel-io";
repo = "cni-plugin";
rev = "8ce83510da59681da905dccb8364af9472cac341";
sha256 = "sha256-x6F8n+IJ1pZdbDwniWWmoGKgQm235ax3mbOcbYqWLCs=";
rev = "v${version}";
sha256 = "sha256-s2gibebXTqM/12nDHwc89geWxA6gZi9/if5VnUFoTDE=";
};
vendorSha256 = "sha256-TLAwE3pTnJYOi1AsOQfsG6t3xLKOah/7DvYjsqyltKs=";