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"