forked from mirrors/nixpkgs
gmime: update from 2.6.15 to 2.6.19
This commit is contained in:
parent
685ec102ef
commit
393dcd9c84
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, pkgconfig, glib, zlib, libgpgerror }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gmime-2.6.15";
|
||||
name = "gmime-2.6.19";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gmime/2.6/${name}.tar.xz";
|
||||
sha256 = "16n9gmlwn6rphi59hrwy6dpn785s3r13h2kmrn3k61l2kfws1hml";
|
||||
sha256 = "0jm1fgbjgh496rsc0il2y46qd4bqq2ln9168p4zzh68mk4ml1yxg";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue