Merge pull request #1394 from Pmodules/1393-build-system-set-default-version-of-patchelf-to-0145

build-system: update default version of patchelf to 0.14.5
This commit is contained in:
2026-03-23 15:41:10 +01:00
committed by GitHub
+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"