mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
gmime 2.4.15
svn path=/nixpkgs/trunk/; revision=21646
This commit is contained in:
parent
67cf56d2a5
commit
f3ceb181e2
@ -1,10 +1,10 @@
|
||||
{stdenv, fetchurl, pkgconfig, glib, zlib}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gmime-2.2.1";
|
||||
name = "gmime-2.4.15";
|
||||
src = fetchurl {
|
||||
url = http://spruce.sourceforge.net/gmime/sources/v2.2/gmime-2.2.1.tar.gz;
|
||||
md5 = "b05e4d6344c8465fb74386e5f1fed45c";
|
||||
url = http://ftp.acc.umu.se/pub/GNOME/sources/gmime/2.4/gmime-2.4.15.tar.bz2;
|
||||
sha256 = "a0a6c9413b057ab5d8a2a2902cbaa5b3a17871af3f94dc8431978c9e0e5f53e1";
|
||||
};
|
||||
buildInputs = [pkgconfig glib zlib];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user