Updating homebank; the previous homebank did not build since the new xorg merge.

svn path=/nixpkgs/trunk/; revision=26353
This commit is contained in:
Lluís Batlle i Rossell 2011-03-16 10:39:04 +00:00
parent 2593b6cd6e
commit e1dcf1c3df

View File

@ -2,7 +2,7 @@
let let
download_root = "http://homebank.free.fr/public/"; download_root = "http://homebank.free.fr/public/";
name = "homebank-4.3"; name = "homebank-4.4";
lastrelease = download_root + name + ".tar.gz"; lastrelease = download_root + name + ".tar.gz";
oldrelease = download_root + "old/" + name + ".tar.gz"; oldrelease = download_root + "old/" + name + ".tar.gz";
in in
@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
urls = [ lastrelease oldrelease ]; urls = [ lastrelease oldrelease ];
sha256 = "1r4bvyc2wnizjjc27hap6b4b01zjfp1x0rygylvi5n29jy6r2fn6"; sha256 = "1lp7vhimn7aa2b4ik857w7d7rbbqcwlsffk8s8lw4fjyaxrr7f0k";
}; };
buildInputs = [ pkgconfig gtk libofx intltool ]; buildInputs = [ pkgconfig gtk libofx intltool ];