about summary refs log tree commit diff
path: root/pkgs/applications/editors/geany
diff options
context:
space:
mode:
authorFrank Lanitz <frank@frank.uvena.de>2015-11-15 18:33:49 +0100
committerFrank Lanitz <frank@frank.uvena.de>2015-11-17 22:02:43 +0100
commit5f6ce434186c4754b05943b13a24842bbc0d61ff (patch)
treec57302ee9ec08a9066b613312de612b474b00e91 /pkgs/applications/editors/geany
parent7fd2796e994842e7c7998ad81d7815838b0226fe (diff)
geany: 1.25 -> 1.26
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 5dd839d56514a..1b99d44bcc5a4 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.25";
+  version = "1.26";
 in
 
 stdenv.mkDerivation rec {
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://download.geany.org/${name}.tar.bz2";
-    sha256 = "8ee41da28cead8c94d433e616d7ababa81727c63e9196ca6758ade3af14a49ef";
+    sha256 = "e38530e87c577e1e9806be3b40e08fb9ee321eb1abc6361ddacdad89c825f90d";
   };
 
   buildInputs = [ gtk2 which pkgconfig intltool file ];