kile: minor update
This commit is contained in:
parent
6f5e5cfe06
commit
355092dcdc
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl, kdelibs, cmake, gettext }:
|
{stdenv, fetchurl, kdelibs, cmake, gettext }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "kile-2.1.2";
|
name = "kile-2.1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/kile/${name}.tar.bz2";
|
url = "mirror://sourceforge/kile/${name}.tar.bz2";
|
||||||
sha256 = "0nx5fmjrxrndnzvknxnybd8qh15jzfxzbny2rljq3amjw02y9lc2";
|
sha256 = "18nfi37s46v9xav7vyki3phasddgcy4m7nywzxis198vr97yqqx0";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake gettext ];
|
nativeBuildInputs = [ cmake gettext ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user