ocamlPackages.bap: 2.1.0 → 2.2.0

libbap: 2019-11-15 → 2020-11-25
This commit is contained in:
Vincent Laporte
2021-02-26 07:09:22 +01:00
committed by Vincent Laporte
parent 36aa10c0ea
commit 554827b5a7
4 changed files with 17 additions and 17 deletions
@@ -3,13 +3,13 @@
stdenv.mkDerivation {
pname = "libbap";
version = "master-2019-11-15";
version = "master-2020-11-25";
src = fetchFromGitHub {
owner = "BinaryAnalysisPlatform";
repo = "bap-bindings";
rev = "1a30dd3e1df18c432a83a7038b555662d6982ae3";
sha256 = "140gmak2kymh3r0fagb6ms66lmvwhhqj8pcd3qxc1p4ar330fwrh";
rev = "3193cb31e1b1f2455406ea0c819dad9dfa2ba10d";
sha256 = "0m4spva3z6fgbwlg4zq53l5p227dic893q2qq65pvzxyf7k7nmil";
};
nativeBuildInputs = [ autoreconfHook which ];