From c229ff0d352c584a7f0ea768aec6c0ede7192ec2 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 23 Mar 2026 15:39:46 +0100 Subject: [PATCH] build-system: update default version of patchelf to 0.14.5 --- recipes/130-patchelf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/130-patchelf b/recipes/130-patchelf index a6ffe23..c9bdcbe 100755 --- a/recipes/130-patchelf +++ b/recipes/130-patchelf @@ -3,7 +3,7 @@ # https://github.com/NixOS/patchelf # P=patchelf -V=${PATCHELF_VERSION:-0.12} +V=${PATCHELF_VERSION:-0.14.5} FNAME="$P-$V.tar.xz" DOWNLOAD_URL="https://github.com/NixOS/$P/archive/$V.tar.gz"