summary refs log tree commit diff
path: root/pkgs/applications/editors/geany
diff options
context:
space:
mode:
authorFrank Lanitz <frank@frank.uvena.de>2016-07-10 16:32:33 +0200
committerFrank Lanitz <frank@frank.uvena.de>2016-07-10 16:32:33 +0200
commitdefdbdb08b22c9eb8f770d86533f615e17efc530 (patch)
tree8b394ac9559f4f6d0d3df853ae5c64ee8bced0d0 /pkgs/applications/editors/geany
parent5a245c24b0188c6fff933497545f6e84d9b024c0 (diff)
downloadnixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.tar
nixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.tar.gz
nixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.tar.bz2
nixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.tar.lz
nixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.tar.xz
nixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.tar.zst
nixpkgs-defdbdb08b22c9eb8f770d86533f615e17efc530.zip
geany: 1.27 -> 1.28
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 b4f6baa9c64..cd93a4ed0e8 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.27";
+  version = "1.28";
 in
 
 stdenv.mkDerivation rec {
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "http://download.geany.org/${name}.tar.bz2";
-    sha256 = "846ff699a5944c5c3c068ae0199d4c13946a668bfc6d03f8c79765667c20cadf";
+    sha256 = "0nha21rbdhl10vdpaq8d5v5fszvggl1xar555pvrnvm2y443ffpp";
   };
 
   buildInputs = [ gtk2 which pkgconfig intltool file ];