Revert "radare2: 2.4.0 -> 2.5.0"

This commit is contained in:
Will Dietz 2018-04-12 16:17:20 -05:00 committed by GitHub
parent 276580f769
commit 0f179416a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ let
inherit (stdenv.lib) optional;
in
stdenv.mkDerivation rec {
version = "2.5.0";
version = "2.4.0";
name = "radare2-${version}";
src = fetchFromGitHub {
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
capstone = fetchgit {
url = "https://github.com/aquynh/capstone.git";
rev = cs_tip;
sha256 = "19vfgdfykmi3cfs4x1acxy0gnwggjjc8qq46pybqvcksbi11nw1k";
sha256 = "1b126npshdbwh5y7rafmb9w4dzlvxsf4ca6bx4zs2y7kbk48jyn8";
leaveDotGit = true;
};
in ''