Merge pull request #313118 from r-ryantm/auto-update/cni-plugins

cni-plugins: 1.4.1 -> 1.5.0
This commit is contained in:
Weijia Wang 2024-05-22 19:42:56 +02:00 committed by GitHub
commit 3746e4d427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;