From 5784d2997b71e1d0432b0c1b23281bec461f9bc9 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sat, 6 Jul 2024 19:46:53 -0300 Subject: [PATCH] Update dependency felipecrs/pkgx to 1.2.0-felipecrs.1 Fixes https://github.com/pkgxdev/pkgx/issues/1021 --- devcontainer/scripts/prepare_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer/scripts/prepare_image.sh b/devcontainer/scripts/prepare_image.sh index bba0b28..1e65f61 100755 --- a/devcontainer/scripts/prepare_image.sh +++ b/devcontainer/scripts/prepare_image.sh @@ -132,7 +132,7 @@ ${CURL} "https://github.com/kadwanev/retry/releases/download/${RETRY_VERSION}/re # install pkgx # renovate: datasource=github-releases depName=felipecrs/pkgx -PKGX_VERSION="1.2.0-felipecrs.0" +PKGX_VERSION="1.2.0-felipecrs.1" ${CURL} "https://github.com/felipecrs/pkgx/releases/download/v${PKGX_VERSION}/pkgx-${PKGX_VERSION}+linux+${UNAME_ARCH//_/-}.tar.xz" | tar -C /usr/local/bin -xJf - pkgx