gnome3_12.folks: update from 0.9.6 to 0.9.8

This commit is contained in:
Luca Bruno 2014-09-02 12:54:01 +02:00
parent 64746e1f24
commit de51a490f5

View File

@ -5,11 +5,11 @@
# TODO: enable more folks backends
stdenv.mkDerivation rec {
name = "folks-0.9.6";
name = "folks-0.9.8";
src = fetchurl {
url = "mirror://gnome/sources/folks/0.9/${name}.tar.xz";
sha256 = "a67e055b5a2724a34a80946e2940c4c0ad708cb1f4e0a09407c6b69a5e40267f";
sha256 = "09cbs3ihcswpi1wg8xbjmkqjbhnxa1idy1fbzmz0gah7l5mxmlfj";
};
propagatedBuildInputs = [ glib gnome3.libgee sqlite ];