Skip to content

Commit

Permalink
enlightenment.enlightenment: 0.24.1 -> 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 28, 2020
1 parent 2988feb commit 4a22f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/enlightenment/enlightenment.nix
Expand Up @@ -19,11 +19,11 @@

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

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

nativeBuildInputs = [
Expand Down

0 comments on commit 4a22f35

Please sign in to comment.