cni: 1.1.2 -> 1.2.0

This commit is contained in:
Aaron Jheng 2024-04-16 16:58:07 +08:00
parent 4ecb0da631
commit 5edc0fa5e6
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "cni";
version = "1.1.2";
version = "1.2.0";
src = fetchFromGitHub {
owner = "containernetworking";
repo = pname;
rev = "v${version}";
sha256 = "sha256-g7fVeoqquxPa17AfTu6wnB6PQJDluJ21T3ETrcvWtWg=";
hash = "sha256-32rmfBjPtc9w+B8PIb8sFOIlzZ7PnS6XSZRNLreMVl4=";
};
vendorHash = "sha256-nH/myA/KdTeFXvmBymXITyx5fdCGnWRn6hNRinXc3/s=";
vendorHash = "sha256-JWaQacekMQGT710U5UgiIpmEYgyUCh1uks5eSV5nhWc=";
subPackages = [
"./cnitool"