Merge pull request #38873 from dtzWill/updatea/radare2-2.5.0

radare2: 2.4.0 -> 2.5.0
This commit is contained in:
Will Dietz 2018-04-12 16:50:04 -05:00 committed by GitHub
commit b21283e927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@ let
inherit (stdenv.lib) optional;
in
stdenv.mkDerivation rec {
version = "2.4.0";
version = "2.5.0";
name = "radare2-${version}";
src = fetchFromGitHub {
owner = "radare";
repo = "radare2";
rev = version;
sha256 = "08zvxgsvc6rqpjaapcxz1wm9vzlrbsqgplfkx0lch2s67v6slr7z";
sha256 = "07x94chkhpn3wgw4pypn35psxq370j6xwmhf1mh5z27cqkq7c2yd";
};
postPatch = let