Radare update from 1.4.1 to 1.4.2
svn path=/nixpkgs/trunk/; revision=16778
This commit is contained in:
parent
2c30535768
commit
62a8e0806b
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
python, ruby, libewf, vte, perl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "radare-1.4.1";
|
||||
name = "radare-1.4.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://radare.org/get/radare-1.4.1.tar.gz;
|
||||
sha256 = "1q5hajhvp7nfyrj83gk7x6cbg520nvg39wbyq21bfncxk28rkmxh";
|
||||
url = http://radare.org/get/radare-1.4.2.tar.gz;
|
||||
sha256 = "09pai3k4x3kzq7zjfd8425jjb16fpximrhp5wyy6pwgdc82q30sd";
|
||||
};
|
||||
|
||||
# patches = [ ./lua.patch ];
|
||||
|
|
Loading…
Reference in a new issue