summary refs log tree commit diff
path: root/pkgs/desktops/enlightenment
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-11-18 17:13:56 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-11-18 17:13:56 -0300
commit57a6c3b80ca086ba7095f5e439385f3e56294b49 (patch)
tree37c9bff249d2124c992ca82f814d1f79e4d47661 /pkgs/desktops/enlightenment
parenta6934e36534f8a87a78f877eee65c08fa9867ba5 (diff)
downloadnixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.tar
nixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.tar.gz
nixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.tar.bz2
nixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.tar.lz
nixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.tar.xz
nixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.tar.zst
nixpkgs-57a6c3b80ca086ba7095f5e439385f3e56294b49.zip
enlightenment.terminology: 1.5.0 -> 1.6.0
Diffstat (limited to 'pkgs/desktops/enlightenment')
-rw-r--r--pkgs/desktops/enlightenment/terminology.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/enlightenment/terminology.nix b/pkgs/desktops/enlightenment/terminology.nix
index 672e1b3da73..ee140e09150 100644
--- a/pkgs/desktops/enlightenment/terminology.nix
+++ b/pkgs/desktops/enlightenment/terminology.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "terminology";
-  version = "1.5.0";
+  version = "1.6.0";
 
   src = fetchurl {
     url = "http://download.enlightenment.org/rel/apps/${pname}/${pname}-${version}.tar.xz";
-    sha256 = "0v4amfg8ji0mb6j7kcxh3wz1xw5zyxg4rw6ylx17rfw2nc1yamfy";
+    sha256 = "0xxx4xyhis6fy3frgb34ip0aj0kc4zashf60gzbxmq5gadbb0p5r";
   };
 
   nativeBuildInputs = [