summary refs log tree commit diff
path: root/pkgs/development/tools/analysis
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-06-03 19:45:38 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2009-06-03 19:45:38 +0000
commit3fae4aa6b30e309768557284bfe4149f8894a923 (patch)
tree90570ecec3968d2c12dc68727e062bceb7d4864e /pkgs/development/tools/analysis
parenta46e3393527a40edce8a806379be51b3eb48da8b (diff)
downloadnixlib-3fae4aa6b30e309768557284bfe4149f8894a923.tar
nixlib-3fae4aa6b30e309768557284bfe4149f8894a923.tar.gz
nixlib-3fae4aa6b30e309768557284bfe4149f8894a923.tar.bz2
nixlib-3fae4aa6b30e309768557284bfe4149f8894a923.tar.lz
nixlib-3fae4aa6b30e309768557284bfe4149f8894a923.tar.xz
nixlib-3fae4aa6b30e309768557284bfe4149f8894a923.tar.zst
nixlib-3fae4aa6b30e309768557284bfe4149f8894a923.zip
Updating radare to 1.4.
svn path=/nixpkgs/trunk/; revision=15847
Diffstat (limited to 'pkgs/development/tools/analysis')
-rw-r--r--pkgs/development/tools/analysis/radare/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/analysis/radare/default.nix b/pkgs/development/tools/analysis/radare/default.nix
index 98f25759f3e8..36ded823e117 100644
--- a/pkgs/development/tools/analysis/radare/default.nix
+++ b/pkgs/development/tools/analysis/radare/default.nix
@@ -2,14 +2,14 @@
   python, ruby, libewf, vte, perl}:
 
 stdenv.mkDerivation {
-  name = "radare-1.3";
+  name = "radare-1.4";
 
   src = fetchurl {
-    url = http://radare.org/get/radare-1.3.tar.gz;
-    sha256 = "0r2yl24ywyqzi7wn82hr6rkn3dgf9bl9m662hswszx44pd0cxarx";
+    url = http://radare.org/get/radare-1.4.tar.gz;
+    sha256 = "1hx9xvcyvvbbbq39kkim3ajli1hqadld9vfzcxz7iz5pgp15mc3b";
   };
 
-  patches = [ ./lua.patch ];
+#  patches = [ ./lua.patch ];
 
   buildInputs = [pkgconfig gtk readline libusb lua gtkdialog python
     ruby libewf vte perl];