cni-plugins: 1.5.1 -> 1.6.0

This commit is contained in:
R. Ryantm 2024-10-15 12:35:03 +00:00
parent c2bdda7b60
commit cbe3cc2f36

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cni-plugins";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
hash = "sha256-Veuv7DwwnSUnz2p5gemqQB9pr05nLLQ6gG4JvqFbZ/U=";
hash = "sha256-7jl8c/191KiQSzixDXMcSFCrSqZFs4F7ZCe9BwrFqQ8=";
};
vendorHash = null;