radare2: 2.7.0 -> 2.8.0

This commit is contained in:
Will Dietz 2018-08-07 19:09:14 -05:00
parent 1816f09f00
commit 3c08c87ae9

View File

@ -17,13 +17,13 @@ let
inherit (stdenv.lib) optional;
#<generated>
# DO NOT EDIT! Automatically generated by ./update.py
version_commit = "18681";
gittap = "2.7.0";
gittip = "6e08e452a7ec231a73997c44b4ff556c2998c7d9";
version = "2.7.0";
sha256 = "1a9z8w897256dhh3yhyfnshz3n2nrc4plc2i06cm5sznhl6x9xfx";
cs_tip = "ec8a5ce98fa0422a395489ed47da912b15d77441";
cs_sha256 = "080a64bqck28a2xfjwz29ddcr8p6hc6gi67mgry3pca289qrkk3q";
version_commit = "19004";
gittap = "2.8.0";
gittip = "a76b965410aba07b4ef8b96d90b25b271c2003dd";
version = "2.8.0";
sha256 = "1d9rkzc3vychy2h1bnywwx4why83rr18r0lvvl1cqx87ad5awcjk";
cs_tip = "782ea67e17a391ca0d3faafdc365b335a1a8930a";
cs_sha256 = "1maww4ir78a193pm3f8lr2kdkizi7rywn68ffa65ipyr7j4pl6i4";
#</generated>
in
stdenv.mkDerivation rec {
@ -46,7 +46,9 @@ stdenv.mkDerivation rec {
};
in ''
if ! grep -F "CS_TIP=${cs_tip}" shlr/Makefile; then echo "CS_TIP mismatch"; exit 1; fi
ln -s ${capstone} shlr/capstone
# When using meson, it expects capstone source relative to build directory
mkdir -p build/shlr
ln -s ${capstone} build/shlr/capstone
'';
postInstall = ''