about summary refs log tree commit diff
path: root/pkgs/development/libraries/libbap
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-10-24 21:18:19 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2023-10-31 08:37:21 +0100
commitd9a24b6353500db2013047109873fc0ac09a3810 (patch)
treeab6f0d812195f401d8aaf99dd4fdfbdf262920c8 /pkgs/development/libraries/libbap
parente9c14ddb9d7bc2fb66c5795e97571ec501265e83 (diff)
libbap: 2020-11-25 → 2022-07-13
Diffstat (limited to 'pkgs/development/libraries/libbap')
-rw-r--r--pkgs/development/libraries/libbap/default.nix11
1 files changed, 3 insertions, 8 deletions
diff --git a/pkgs/development/libraries/libbap/default.nix b/pkgs/development/libraries/libbap/default.nix
index 0b378c583ad16..ebbf02603cbb5 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 ];