Skip to content

Commit

Permalink
efl: 1.18.2 -> 1.18.3 (#20728)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and zimbatm committed Nov 26, 2016
1 parent 57d3827 commit 956e3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/enlightenment/efl.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "efl-${version}";
version = "1.18.2";
version = "1.18.3";

src = fetchurl {
url = "http://download.enlightenment.org/rel/libs/efl/${name}.tar.xz";
sha256 = "1vbvsrrpkvvrmvjavwnp5q77kw5i7vmbaj2vq5mnmrbzamvaybr9";
sha256 = "1h347sfxajyb5s931m9qga14wwiqci7aicww2imxjhzm8w4fqj07";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit 956e3de

Please sign in to comment.