Skip to content

Commit

Permalink
Merge pull request NixOS#94897 from Mic92/r2-backport
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 8, 2020
2 parents 5ac56e2 + 18188ba commit 85eef61
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/radare2/cutter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
pname = "radare2-cutter";
version = "1.10.1";
version = "1.11.0";

src = fetchFromGitHub {
owner = "radareorg";
repo = "cutter";
rev = "v${version}";
sha256 = "1gvsrcskcdd1hxrjpkpc657anmfs25f174vxk4wzvn385rnmrxd3";
sha256 = "1xvdap7hpkjz6rg0ngnql1p18p93b8w9gv130g818nwcjsh9i2y5";
};

postUnpack = "export sourceRoot=$sourceRoot/src";
Expand Down
34 changes: 17 additions & 17 deletions pkgs/development/tools/analysis/radare2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ let

meta = {
description = "unix-like reverse engineering framework and commandline tools";
homepage = http://radare.org/;
homepage = "http://radare.org/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ raskin makefu mic92 ];
platforms = with stdenv.lib.platforms; linux;
Expand All @@ -110,24 +110,24 @@ in {
#<generated>
# DO NOT EDIT! Automatically generated by ./update.py
radare2 = generic {
version_commit = "23710";
gittap = "4.2.0";
gittip = "57a60ba8c5e782ca0807e3c7b1d26a8b3923073d";
rev = "4.2.0";
version = "4.2.0";
sha256 = "1xkvc9msbcvwgcasx9q10098ciw1zpnwgrciw397rq9ayrrvpngz";
cs_ver = "4.0.1";
cs_sha256 = "0ijwxxk71nr9z91yxw20zfj4bbsbrgvixps5c7cpj163xlzlwba6";
version_commit = "25005";
gittap = "4.5.0";
gittip = "9d7eda5ec7367d1682e489e92d1be8e37e459296";
rev = "4.5.0";
version = "4.5.0";
sha256 = "1vnvfgg48bccm41pdyjsql6fy1pymmfnip4w2w56b45d7rqcc3v8";
cs_ver = "4.0.2";
cs_sha256 = "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w";
};
r2-for-cutter = generic {
version_commit = "23710";
gittap = "4.2.1";
gittip = "08478fdd29d8ce2a6c61fbd7b207bffc10682938";
rev = "08478fdd29d8ce2a6c61fbd7b207bffc10682938";
version = "2020-01-31";
sha256 = "14b9433cgc2nabhz836zfgvgh2dwailcmvy05krsa0inmzbvx9fg";
cs_ver = "4.0.1";
cs_sha256 = "0ijwxxk71nr9z91yxw20zfj4bbsbrgvixps5c7cpj163xlzlwba6";
version_commit = "25024";
gittap = "4.5.0";
gittip = "9d7eda5ec7367d1682e489e92d1be8e37e459296";
rev = "9d7eda5ec7367d1682e489e92d1be8e37e459296";
version = "2020-07-17";
sha256 = "1vnvfgg48bccm41pdyjsql6fy1pymmfnip4w2w56b45d7rqcc3v8";
cs_ver = "4.0.2";
cs_sha256 = "0y5g74yjyliciawpn16zhdwya7bd3d7b1cccpcccc2wg8vni1k2w";
};
#</generated>
}

0 comments on commit 85eef61

Please sign in to comment.