cni: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2024-07-23 00:58:08 +00:00
parent 6f3bb7dca6
commit 443bea4a5e
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "cni";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "containernetworking";
repo = pname;
rev = "v${version}";
hash = "sha256-yM4opOrHH0NQz26yHuzQfiXdWc8LbxAaqxXQDFdUb60=";
hash = "sha256-ocSc1fhbBB8YRxVVOvYMombOOkLMdfv9V4GYbf8kwIE=";
};
vendorHash = "sha256-/aPx8NgGkJ1irU0LGzmYTlsiX2U5or24Vl1PGHWuDyE=";