summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/geany
diff options
context:
space:
mode:
authorFrank Lanitz <frank@frank.uvena.de>2016-11-13 17:51:11 +0100
committerFrank Lanitz <frank@frank.uvena.de>2016-11-13 17:51:11 +0100
commitd4da4fa5f971e8afc543cc9ba6bcf66f945e464b (patch)
treeff3219d03a7c74d6b704e828b32e305c9998efb9 /pkgs/applications/editors/geany
parentf9611cefc0a045d4e9a1b2d489e3c703fa70edad (diff)
Geany: 1.28 -> 1.29
Diffstat (limited to 'pkgs/applications/editors/geany')
-rw-r--r--pkgs/applications/editors/geany/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/geany/default.nix b/pkgs/applications/editors/geany/default.nix
index 961c7ba04619..c0370229580b 100644
--- a/pkgs/applications/editors/geany/default.nix
+++ b/pkgs/applications/editors/geany/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, gtk2, which, pkgconfig, intltool, file }:
let
- version = "1.28";
+ version = "1.29";
in
stdenv.mkDerivation rec {
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.geany.org/${name}.tar.bz2";
- sha256 = "0nha21rbdhl10vdpaq8d5v5fszvggl1xar555pvrnvm2y443ffpp";
+ sha256 = "394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a4fb20f";
};
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;