ocamlPackages.bap: 1.6.0 -> 2.0.0

Also roll libbap forwards, as it does not build against the new bap.
This commit is contained in:
Matthew Maurer
2020-08-14 15:26:15 +02:00
committed by Vincent Laporte
parent fd72136136
commit 1c243af737
3 changed files with 40 additions and 6 deletions
@@ -3,13 +3,13 @@
stdenv.mkDerivation {
pname = "libbap";
version = "master-2019-04-05";
version = "master-2019-11-15";
src = fetchFromGitHub {
owner = "BinaryAnalysisPlatform";
repo = "bap-bindings";
rev = "1a89db62f1239a15d310b400f74e151c0a64f37f";
sha256 = "0mln9adjgxzhjmjayq06ahgiay4vj5kmnzdxqz3nsik9h3npycd6";
rev = "1a30dd3e1df18c432a83a7038b555662d6982ae3";
sha256 = "140gmak2kymh3r0fagb6ms66lmvwhhqj8pcd3qxc1p4ar330fwrh";
};
nativeBuildInputs = [ autoreconfHook which ];