Skip to content

Commit

Permalink
Merge pull request #211691 from r-ryantm/auto-update/patchelfStable
Browse files Browse the repository at this point in the history
patchelfStable: 0.15.0 -> 0.17.2
  • Loading branch information
Mindavi committed Mar 9, 2023
2 parents 8cfd131 + 9b3b562 commit 6d1fadf
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.15.0";
version = "0.17.2";

src = fetchurl {
url = "https://github.com/NixOS/${pname}/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-9ANtPuTY4ijewb7/8PbkbYpA6eVw4AaOOdd+YuLIvcI=";
sha256 = "sha256-uuLqN2By5CLBliGN2b3vBUjMwI2k3p82tGct+E6i2OI=";
};

strictDeps = true;
Expand Down

0 comments on commit 6d1fadf

Please sign in to comment.