Skip to content

Commit

Permalink
terminology: 0.9.1 -> 1.0.0 (#22115)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored and fpletz committed Jan 25, 2017
1 parent 129e90a commit 942a606
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/desktops/enlightenment/terminology.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "terminology-${version}";
version = "0.9.1";
version = "1.0.0";

src = fetchurl {
url = "http://download.enlightenment.org/rel/apps/terminology/${name}.tar.xz";
sha256 = "1kwv9vkhngdm5v38q93xpcykghnyawhjjcb5bgy0p89gpbk7mvpc";
sha256 = "1x4j2q4qqj10ckbka0zaq2r2zm66ff1x791kp8slv1ff7fw45vdz";
};

nativeBuildInputs = [ pkgconfig ];
Expand All @@ -25,8 +25,8 @@ stdenv.mkDerivation rec {
meta = {
description = "The best terminal emulator written with the EFL";
homepage = http://enlightenment.org/;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.bsd2;
maintainers = with stdenv.lib.maintainers; [ matejc tstrobel ftrvxmtrx ];
};
}

0 comments on commit 942a606

Please sign in to comment.