3
0
Fork 0
forked from mirrors/nixpkgs

multus-cni: 3.8 -> 3.9.1

This commit is contained in:
R. Ryantm 2022-08-19 03:19:09 +00:00
parent 5efa052928
commit 00aa2c0b1b

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "multus-cni";
version = "3.8";
version = "3.9.1";
src = fetchFromGitHub {
owner = "k8snetworkplumbingwg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wG6SRts3+bmeMkfScyNorsBvRl/hxe+CUnL0rwfknpc=";
sha256 = "sha256-U5Ji+f7ckynBVMb4xsmoRZzYJx8obMO+bO9TU6GqcW0=";
};
ldflags = [