gmime: update from 2.6.15 to 2.6.19

This commit is contained in:
Nixpkgs Monitor 2013-12-10 11:56:25 +02:00 committed by Evgeny Egorochkin
parent 685ec102ef
commit 393dcd9c84

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, zlib, libgpgerror }: { stdenv, fetchurl, pkgconfig, glib, zlib, libgpgerror }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "gmime-2.6.15"; name = "gmime-2.6.19";
src = fetchurl { src = fetchurl {
url = "mirror://gnome/sources/gmime/2.6/${name}.tar.xz"; url = "mirror://gnome/sources/gmime/2.6/${name}.tar.xz";
sha256 = "16n9gmlwn6rphi59hrwy6dpn785s3r13h2kmrn3k61l2kfws1hml"; sha256 = "0jm1fgbjgh496rsc0il2y46qd4bqq2ln9168p4zzh68mk4ml1yxg";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];