cni-plugins: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm
2025-12-09 15:30:46 +00:00
parent 77bb04cd4b
commit 7f02956ea6
@@ -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;