build-system: update default version of patchelf to 0.14.5

This commit is contained in:
2026-03-23 15:39:46 +01:00
parent cc906f7531
commit c229ff0d35
+1 -1
View File
@@ -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"