Update gajim

svn path=/nixpkgs/trunk/; revision=24906
This commit is contained in:
Michael Raskin 2010-11-28 13:46:32 +00:00
parent a095746651
commit b01f33c2b8

View file

@ -2,7 +2,7 @@ a :
let
fetchurl = a.fetchurl;
version = a.lib.attrByPath ["version"] "0.14" a;
version = a.lib.attrByPath ["version"] "0.14.1" a;
buildInputs = with a; [
python pyGtkGlade gtk perl intltool dbus gettext
pkgconfig makeWrapper libglade pyopenssl libXScrnSaver
@ -14,7 +14,7 @@ in
rec {
src = fetchurl {
url = "http://www.gajim.org/downloads/0.14/gajim-${version}.tar.gz";
sha256 = "3dc31b76f5e019515947b81685ec0e62ca20318b13cb80df4f4d7a045242d5bd";
sha256 = "ef757572acf3f3d59408fd95b7ec99bc0e39c5b8c66bc61c78ba65e71c3d8e18";
};
inherit buildInputs;