patchelf: 0.11 -> 0.12
This commit is contained in:
parent
5b2a44fa26
commit
f38ed04f0c
1 changed files with 4 additions and 3 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue