Skip to content

Commit

Permalink
Revert "Merge #211691: patchelfStable: 0.15.0 -> 0.17.2"
Browse files Browse the repository at this point in the history
This reverts commit 6d1fadf, reversing
changes made to 8cfd131.
NixOS/patchelf#482 (comment)
  • Loading branch information
vcunat committed Mar 20, 2023
1 parent 9959ec9 commit ce15577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/patchelf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ce15577

Please sign in to comment.