cni-plugins: 1.0.0 -> 1.0.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>

authored by

Sascha Grunert and committed by
zowoq
c43a2609 d7ac3902

+2 -2
+2 -2
pkgs/applications/networking/cluster/cni/plugins.nix
··· 2 3 buildGoModule rec { 4 pname = "cni-plugins"; 5 - version = "1.0.0"; 6 7 src = fetchFromGitHub { 8 owner = "containernetworking"; 9 repo = "plugins"; 10 rev = "v${version}"; 11 - sha256 = "sha256-RcDZW/iOAcJodGiuzmeZk3obtD0/mQoMF9vL0xNehbQ="; 12 }; 13 14 vendorSha256 = null;
··· 2 3 buildGoModule rec { 4 pname = "cni-plugins"; 5 + version = "1.0.1"; 6 7 src = fetchFromGitHub { 8 owner = "containernetworking"; 9 repo = "plugins"; 10 rev = "v${version}"; 11 + sha256 = "sha256-zIL9KG1WL+DlgC5c+b9gV1i7mB0Ge8bapcuSV4GNIck="; 12 }; 13 14 vendorSha256 = null;