Merge pull request #295284 from saschagrunert/cni-plugins

cni-plugins: 1.4.0 -> 1.4.1
This commit is contained in:
Mario Rodas 2024-03-12 06:45:58 -05:00 committed by GitHub
commit 60ab1990ab
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.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "containernetworking";
repo = "plugins";
rev = "v${version}";
hash = "sha256-goXpNpb5tVOHeskRLw3CivYett3RxYBREAI+S74CMFQ=";
hash = "sha256-co4jThsUR070aJh1hgXHT6QKW22d8UCmogtZYc4nzlA=";
};
vendorHash = null;