Diff nerdctl-0.22.2 with a nerdctl-0.23.0

/usr/portage/app-containers/nerdctl/nerdctl-0.23.0.ebuild 2023-10-09 14:52:28.224368318 +0300
7 7
DESCRIPTION="Docker-compatible CLI for containerd, with support for Compose"
8 8
HOMEPAGE="https://github.com/containerd/nerdctl"
9 9

  
10
EGIT_COMMIT="2899222cb0715f1e5ffe356d10c3439ee8ee3ba4"
10
EGIT_COMMIT="660680b7ddfde1d38a66ec1c7f08f8d89ab92c68"
11 11
# There are too many vendor dependencies to distribute via EGO_SUM (see https://bugs.gentoo.org/721088),
12 12
# so they are instead distributed via a combined tarball.
13 13
SRC_URI="https://github.com/zmedico/nerdctl/archive/refs/tags/v${PV}-vendor.tar.gz -> ${P}-vendor.tar.gz"
Thank you!