Skip to content

Commit

Permalink
enlightenment.enlightenment: 0.24.0 -> 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed Jun 1, 2020
1 parent 9761877 commit d8428e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/desktops/enlightenment/enlightenment.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
, fetchurl
, meson
, ninja
, pkgconfig
, pkg-config
, gettext
, alsaLib
, acpid
Expand All @@ -19,18 +19,18 @@

stdenv.mkDerivation rec {
pname = "enlightenment";
version = "0.24.0";
version = "0.24.1";

src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
sha256 = "01053hxdmyjfb6gmz1pqmw0llrgc4356np515h5vsqcn59mhvfz7";
sha256 = "02aadl5fqvpmpjnisrc4aw7ffwyp1109y4k1wvmp33ciihbvdqmf";
};

nativeBuildInputs = [
gettext
meson
ninja
pkgconfig
pkg-config
];

buildInputs = [
Expand Down

0 comments on commit d8428e4

Please sign in to comment.