mailcore2: 0.6.3 -> 0.6.4

This commit is contained in:
R. RyanTM 2020-08-02 06:06:17 +00:00 committed by Jon
parent e74a6bcc20
commit 0e0aba2362

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "mailcore2";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "MailCore";
repo = "mailcore2";
rev = version;
sha256 = "0yxynvfmifpw9hdhv499a813hb2ynan74r353lhcdajkkm7w8br5";
sha256 = "0a69q11z194fdfwyazjyyylx57sqs9j4lz7jwh5qcws8syqgb23z";
};
nativeBuildInputs = [ pkgconfig ];