From d9a24b6353500db2013047109873fc0ac09a3810 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Tue, 24 Oct 2023 21:18:19 +0200 Subject: [PATCH] =?UTF-8?q?libbap:=202020-11-25=20=E2=86=92=202022-07-13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/libraries/libbap/default.nix | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkgs/development/libraries/libbap/default.nix b/pkgs/development/libraries/libbap/default.nix index 0b378c583ad1..ebbf02603cbb 100644 --- a/pkgs/development/libraries/libbap/default.nix +++ b/pkgs/development/libraries/libbap/default.nix @@ -3,20 +3,15 @@ stdenv.mkDerivation { pname = "libbap"; - version = "master-2020-11-25"; + version = "master-2022-07-13"; src = fetchFromGitHub { owner = "BinaryAnalysisPlatform"; repo = "bap-bindings"; - rev = "3193cb31e1b1f2455406ea0c819dad9dfa2ba10d"; - sha256 = "0m4spva3z6fgbwlg4zq53l5p227dic893q2qq65pvzxyf7k7nmil"; + rev = "4d324dd794f8e022e8eddecbb2ae2e7b28173947"; + hash = "sha256-la47HR+i99ueDEWR91YIXGdKflpE1E0qmmJjeowmGSI="; }; - postPatch = '' - substituteInPlace Makefile.in \ - --replace "-linkpkg" "-thread -linkpkg" - ''; - nativeBuildInputs = [ autoreconfHook which ocaml findlib ]; buildInputs = [ bap ctypes ];