Skip to content

Commit 0776d5e

Browse files
staticfloatKristofferC
authored andcommitted
Downgrade patchelf to v0.17.2 (#55602)
This should fix #55423
1 parent b0caab1 commit 0776d5e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

deps/checksums/patchelf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
patchelf-0.18.0.tar.bz2/md5/9b091a689583fdc7c3206679586322d5
2-
patchelf-0.18.0.tar.bz2/sha512/bf26194ca3435b141dd330890fcc0c9d805d0ad6a537901dabe6707a13cd28e7e6217462f3ebb3cb4861302dd8632342ec988fc18246c35332a94f2b349d4f4f
1+
patchelf-0.17.2.tar.bz2/md5/d76db4f1a27b0934d0b0d0585b081c0f
2+
patchelf-0.17.2.tar.bz2/sha512/8277adf95513f88fb190536a38bdfdf438a4cc7685d8a130bdffbe064441f0f25095b6c83bbb190133e1a138963776d15b46c247dd2f1a073a1bfe1d1dbdd503

deps/patchelf.version

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## source build
22
# Patchelf (we don't ship this or even use a JLL, we just always build it)
3-
PATCHELF_VER := 0.18.0
3+
# NOTE: Do not upgrade this to 0.18+ until https://github.com/NixOS/patchelf/issues/492 is fixed
4+
PATCHELF_VER := 0.17.2

0 commit comments

Comments
 (0)