radare2: 2.2.0 -> 2.3.0

This commit is contained in:
Will Dietz 2018-02-18 14:12:37 -06:00
parent dc2b7b9e68
commit 9800a0d398

View file

@ -13,14 +13,14 @@ let
inherit (stdenv.lib) optional;
in
stdenv.mkDerivation rec {
version = "2.2.0";
version = "2.3.0";
name = "radare2-${version}";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = version;
sha256 = "0rd1dfgwdpn3x1pzi67sw040vxywbg5h6yw0mj317p0p1cvlyihl";
sha256 = "0x5vcprqf0fnj876mdvryfvg7ymbrw1cxrr7a06v0swg7yql1lpw";
};
postPatch = let