Skip to content

Commit

Permalink
Revert "radare2: 2.4.0 -> 2.5.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Apr 12, 2018
1 parent 276580f commit 0f17941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/radare2/default.nix
Expand Up @@ -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 {
Expand All @@ -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 ''
Expand Down

0 comments on commit 0f17941

Please sign in to comment.