Merge pull request #17227 from romildo/upd.enlightenment

enlightenment: 0.21.0 -> 0.21.1
This commit is contained in:
Joachim F 2016-07-24 12:49:02 +02:00 committed by GitHub
commit 76bcd012a5

View File

@ -4,10 +4,11 @@ libffi, pam, alsaLib, luajit, bzip2, libuuid, libpthreadstubs, gdbm, libcap, mes
stdenv.mkDerivation rec {
name = "enlightenment-${version}";
version = "0.21.0";
version = "0.21.1";
src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/enlightenment/${name}.tar.xz";
sha256 = "0p85dmk9ysbf9y7vlc92z7495mh9l860xj3s8pspy9mscv3dnwg9";
sha256 = "119sxrgrz163c01yx0q9n2jpmmbv0a58akmz0c2z4xy37f1m02rx";
};
nativeBuildInputs = [ pkgconfig ];