cni-plugins: 1.4.1 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-05-20 12:30:47 +00:00
parent 0852bd6a95
commit 6b8812eac3

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cni-plugins";
version = "1.4.1";
version = "1.5.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
hash = "sha256-co4jThsUR070aJh1hgXHT6QKW22d8UCmogtZYc4nzlA=";
hash = "sha256-gJp1w2H+hPSSu1Y4BY9Sa8lLnhpiZJu2Dz9OenYlQFo=";
};
vendorHash = null;