radare2-cutter: use newer r2, fix (latest rev used by cutter-git)

This commit is contained in:
Will Dietz 2018-08-08 06:35:02 -05:00
parent 3c08c87ae9
commit ec7af525ba

View File

@ -13,8 +13,10 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "radare"; owner = "radare";
repo = "radare2"; repo = "radare2";
rev = "a98557bfbfa96e9f677a8c779ee78085ee5a23bb"; # XXX: The revision used here should match what Cutter uses as submodule.
sha256 = "04jl1lq3dqljb6vagzlym4wc867ayhx1v52f75rkfz0iybsh249r"; # For now it's the revision cutter-git uses for r2.
rev = "c9ec8b54b9ba32ba6712f319825f8d032e573e68";
sha256 = "04ri3wis8l1mbcp2gx419x7yfimljn7xa01izch71jy2h2mzk3z6";
}; };
}); });
version = "1.6"; version = "1.6";