Radare version bump

svn path=/nixpkgs/trunk/; revision=15349
This commit is contained in:
Lluís Batlle i Rossell 2009-04-28 10:31:16 +00:00
parent 44f19bc1b4
commit 621b56e233
1 changed files with 3 additions and 3 deletions

View File

@ -2,11 +2,11 @@
python, ruby, libewf, vte, perl}: python, ruby, libewf, vte, perl}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "radare-1.2.2"; name = "radare-1.3";
src = fetchurl { src = fetchurl {
url = http://radare.org/get/radare-1.2.2.tar.gz; url = http://radare.org/get/radare-1.3.tar.gz;
sha256 = "0624ic97s1b70ijbr16b33p76mls8rziqwla6bq29l554dh2hfn4"; sha256 = "0r2yl24ywyqzi7wn82hr6rkn3dgf9bl9m662hswszx44pd0cxarx";
}; };
patches = [ ./lua.patch ]; patches = [ ./lua.patch ];