cni-plugins: 1.3.0 -> 1.4.0

This commit is contained in:
R. Ryantm 2023-12-05 06:20:57 +00:00
parent 93cfe804d4
commit eb7460ec8d

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cni-plugins";
version = "1.3.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
hash = "sha256-cbmG9wK3yd79jCiNAKcSSx0COyh6CxR1bgIiCO3i++g=";
hash = "sha256-goXpNpb5tVOHeskRLw3CivYett3RxYBREAI+S74CMFQ=";
};
vendorHash = null;