Merge pull request #29915 from romildo/upd.efl

efl: 1.20.3 -> 1.20.4
This commit is contained in:
Orivej Desh 2017-09-29 05:16:45 +00:00 committed by GitHub
commit 405b59aae7

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
name = "efl-${version}";
version = "1.20.3";
version = "1.20.4";
src = fetchurl {
url = "http://download.enlightenment.org/rel/libs/efl/${name}.tar.xz";
sha256 = "148i8awjdrqzd0xqfc6q4qvhhs46jl15nx7n2nii7lrwzx502wqj";
sha256 = "1jxha61gsil6hs9zb72zsyh3gmdipvfnlc9v3palb2bm0b23aq9i";
};
nativeBuildInputs = [ pkgconfig ];