cni-plugins: 1.0.1 -> 1.1.0

https://github.com/containernetworking/plugins/releases/tag/v1.1.0
This commit is contained in:
zowoq 2022-02-24 07:34:40 +10:00
parent 3bf2e4038a
commit 6faef6b2d6

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cni-plugins";
version = "1.0.1";
version = "1.1.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
sha256 = "sha256-zIL9KG1WL+DlgC5c+b9gV1i7mB0Ge8bapcuSV4GNIck=";
sha256 = "sha256-M0bYMaOqHkG1J6xGEqVvmYda/B6qDIrFOQhhW2LXiYE=";
};
vendorSha256 = null;