cni-plugins: 1.7.1 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-09-01 17:15:23 +00:00
parent 1afb300b0d
commit ca3b1ddfc1
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cni-plugins";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
hash = "sha256-S1BpOLPmWxaemPHTqZsYwGMH5KM1bPALcl78waZ0TBE=";
hash = "sha256-/I2fEVVQ89y8l95Ri0V5qxVj/SzXVqP0IT2vSdz8jC8=";
};
vendorHash = null;