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

cni-plugins: 1.3.0 -> 1.4.0
This commit is contained in:
maxine 2023-12-05 23:18:13 +01:00 committed by GitHub
commit b113c75c1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;