about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-28 09:45:27 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-28 09:45:27 +0000
commit4a22f356cc9ae85aadfa91a03b50f2a35e06169e (patch)
tree1884bfcc3d43b77807896c49616fc35f44e00b16 /pkgs/desktops
parent2988feba8cbcf87cc1156f924ad38d5918215a4c (diff)
enlightenment.enlightenment: 0.24.1 -> 0.24.2
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/enlightenment/enlightenment.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/enlightenment/enlightenment.nix b/pkgs/desktops/enlightenment/enlightenment.nix
index 2d402b329892c..90a15a1d52351 100644
--- a/pkgs/desktops/enlightenment/enlightenment.nix
+++ b/pkgs/desktops/enlightenment/enlightenment.nix
@@ -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 = [