Skip to content

Commit

Permalink
patchelf: 0.11 -> 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth committed Aug 28, 2020
1 parent 5b2a44f commit f38ed04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/tools/misc/patchelf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
# files.

stdenv.mkDerivation rec {
name = "patchelf-0.11";
pname = "patchelf";
version = "0.12";

src = fetchurl {
url = "https://nixos.org/releases/patchelf/${name}/${name}.tar.bz2";
sha256 = "16ms3ijcihb88j3x6cl8cbvhia72afmfcphczb9cfwr0gbc22chx";
url = "https://github.com/NixOS/${pname}/releases/download/${version}/${pname}-${version}.tar.bz2";
sha256 = "14npmdxppmh0ci140w8i8cy7zg1pnqg81a1mdsnza711ab7k36k9";
};

setupHook = [ ./setup-hook.sh ];
Expand Down

0 comments on commit f38ed04

Please sign in to comment.