Revert "Merge #211691: patchelfStable: 0.15.0 -> 0.17.2"

This reverts commit 6d1fadff21, reversing
changes made to 8cfd131abd.
https://github.com/NixOS/patchelf/issues/482#issuecomment-1476083833
This commit is contained in:
Vladimír Čunát
2023-03-20 16:03:14 +01:00
parent 9959ec97f8
commit ce15577ab4
@@ -7,11 +7,11 @@
stdenv.mkDerivation rec {
pname = "patchelf";
version = "0.17.2";
version = "0.15.0";
src = fetchurl {
url = "https://github.com/NixOS/${pname}/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-uuLqN2By5CLBliGN2b3vBUjMwI2k3p82tGct+E6i2OI=";
sha256 = "sha256-9ANtPuTY4ijewb7/8PbkbYpA6eVw4AaOOdd+YuLIvcI=";
};
strictDeps = true;