cni-plugins: 1.8.0 -> 1.9.0 (#469316)

This commit is contained in:
Paul Meyer
2025-12-10 09:04:30 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "cni-plugins";
version = "1.8.0";
version = "1.9.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
hash = "sha256-/I2fEVVQ89y8l95Ri0V5qxVj/SzXVqP0IT2vSdz8jC8=";
hash = "sha256-0ZonR8pV20bBbC2AkNCJhoseDVxNwwMa7coD/ON6clA=";
};
vendorHash = null;