mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
terminology: update to 0.8.0
This commit is contained in:
parent
22d2fc3657
commit
aff4066293
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{ stdenv, fetchurl, pkgconfig, e19 }:
|
{ stdenv, fetchurl, pkgconfig, e19 }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "terminology-${version}";
|
name = "terminology-${version}";
|
||||||
version = "0.7.0";
|
version = "0.8.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.enlightenment.org/rel/apps/terminology/${name}.tar.gz";
|
url = "http://download.enlightenment.org/rel/apps/terminology/${name}.tar.gz";
|
||||||
sha256 = "1x248dh9r292r8ycvf43vrfk4l8wpli50sgywp0zy3q93f8ljgs5";
|
sha256 = "7a10d44b023cf6134c2483304e4ad33bea6df0f11266aec482f54fa67a3ce628";
|
||||||
};
|
};
|
||||||
buildInputs = [ pkgconfig e19.efl e19.elementary ];
|
buildInputs = [ pkgconfig e19.efl e19.elementary ];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
|
Loading…
Reference in a new issue