geary: 0.12.1 → 0.12.2

This commit is contained in:
Jan Tojnar 2018-04-24 13:10:58 +02:00
parent 1643713bf3
commit af3565ca20
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -6,14 +6,14 @@
let
pname = "geary";
version = "0.12.1";
version = "0.12.2";
in
stdenv.mkDerivation rec {
name = "${pname}-${version}";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
sha256 = "12hbpd5j3rb122nrsqmgsg31x82xl0ksm0nmsl614v1dd7crqnh6";
sha256 = "09j5gh4zm49fcg2ycvy00dkkw69rfppqwc3lqdi4994hry4jivx9";
};
nativeBuildInputs = [ vala_0_40 intltool pkgconfig wrapGAppsHook cmake ninja desktop-file-utils gnome-doc-utils gobjectIntrospection ];