multus-cni: 3.9.1 -> 3.9.2

This commit is contained in:
R. Ryantm
2022-10-11 23:09:09 +00:00
parent 4b02f74d3c
commit 1329ea0d57
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "multus-cni";
version = "3.9.1";
version = "3.9.2";
src = fetchFromGitHub {
owner = "k8snetworkplumbingwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-U5Ji+f7ckynBVMb4xsmoRZzYJx8obMO+bO9TU6GqcW0=";
sha256 = "sha256-AYSUJEoNYt4DYNcPynRBal5c5QAzRVltkjwoEM66VcY=";
};
ldflags = [