Merge pull request #36488 from mogorman/libetpan

libetpan: 1.6 -> 1.8
This commit is contained in:
Matthew Justin Bauer 2018-04-09 14:12:10 -05:00 committed by GitHub
commit 200e016e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ autoconf, automake, fetchgit, libtool, stdenv, openssl }: { autoconf, automake, fetchgit, libtool, stdenv, openssl }:
let version = "1.6"; in let version = "1.8"; in
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libetpan-${version}"; name = "libetpan-${version}";
@ -8,7 +8,7 @@ stdenv.mkDerivation {
src = fetchgit { src = fetchgit {
url = "git://github.com/dinhviethoa/libetpan"; url = "git://github.com/dinhviethoa/libetpan";
rev = "refs/tags/" + version; rev = "refs/tags/" + version;
sha256 = "13hv49271rr9yj7ifxqqmc0jfy1f26llivhp22s5wigick7qjxky"; sha256 = "09xqy1n18qn63x7idfrpwm59lfkvb1p5vxkyksywvy4f6mn4pyxk";
}; };
buildInputs = [ autoconf automake libtool openssl ]; buildInputs = [ autoconf automake libtool openssl ];

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "mailcore2-${version}"; name = "mailcore2-${version}";
version = "0.5.1"; version = "0.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MailCore"; owner = "MailCore";
repo = "mailcore2"; repo = "mailcore2";
rev = version; rev = version;
sha256 = "1k0l59cdk8np4pff1my07dp7ivf3nchlhcpvm9xizp0my9rqgbxb"; sha256 = "1d0wmnkk9vnjqc28i79z3fwaaycdbprfspagik4mzdkgval5r5pm";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];