ocamlPackages.bap: 2.4.0 -> 2.5.0

authored by bezmuth and committed by Vincent Laporte 474868fd 693b87b9

+2 -6
+2 -6
pkgs/development/ocaml-modules/bap/default.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "ocaml${ocaml.version}-bap"; 19 - version = "2.4.0"; 20 src = fetchFromGitHub { 21 owner = "BinaryAnalysisPlatform"; 22 repo = "bap"; 23 rev = "v${version}"; 24 - sha256 = "1xc8zfcwm40zihs3ajcrh2x32xd08qnygay03qy3qxhybr5hqngr"; 25 }; 26 27 sigs = fetchurl { ··· 66 67 patches = [ 68 ./curses_is_ncurses.patch 69 - (fetchpatch { 70 - url = "https://github.com/BinaryAnalysisPlatform/bap/commit/8b1bba30ebb551256a5b15122e70d07f40184039.patch"; 71 - sha256 = "0il0ik5f6nyqyrlln3n43mz1zpqq34lfnhmp10wdsah4ck2dy75h"; 72 - }) 73 ]; 74 75 preConfigure = ''
··· 16 17 stdenv.mkDerivation rec { 18 pname = "ocaml${ocaml.version}-bap"; 19 + version = "2.5.0"; 20 src = fetchFromGitHub { 21 owner = "BinaryAnalysisPlatform"; 22 repo = "bap"; 23 rev = "v${version}"; 24 + sha256 = "1c30zxn0zyi0wypvjmik3fd6n6a8xjcb102qfnccn1af052bvsrd"; 25 }; 26 27 sigs = fetchurl { ··· 66 67 patches = [ 68 ./curses_is_ncurses.patch 69 ]; 70 71 preConfigure = ''