gmime: 2.6.20 -> 2.6.23

This commit is contained in:
Franz Pletz 2017-01-29 17:18:09 +01:00
parent c770a94097
commit 1c5237e25c
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, glib, zlib, libgpgerror, gobjectIntrospection }:
stdenv.mkDerivation rec {
name = "gmime-2.6.20";
name = "gmime-2.6.23";
src = fetchurl {
url = "mirror://gnome/sources/gmime/2.6/${name}.tar.xz";
sha256 = "0rfzbgsh8ira5p76kdghygl5i3fvmmx4wbw5rp7f8ajc4vxp18g0";
sha256 = "0slzlzcr3h8jikpz5a5amqd0csqh2m40gdk910ws2hnaf5m6hjbi";
};
outputs = [ "out" "dev" ];