cni-plugins: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm 2024-06-18 01:15:54 +00:00
parent bd8d034e65
commit 272ce6bfb4

View File

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