about summary refs log tree commit diff
diff options
context:
space:
mode:
authorjoachifm <joachifm@users.noreply.github.com>2016-07-12 16:21:02 +0200
committerGitHub <noreply@github.com>2016-07-12 16:21:02 +0200
commit4620221a5187d2a467a62a1ef684fb7e37a13f76 (patch)
treee217cef5dfa569c7d7d8d43d4fe75908da72857c
parent03a7fa910465943268d24089e88cfb8db9baf1e3 (diff)
parentdefdbdb08b22c9eb8f770d86533f615e17efc530 (diff)
downloadnixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.tar
nixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.tar.gz
nixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.tar.bz2
nixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.tar.lz
nixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.tar.xz
nixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.tar.zst
nixlib-4620221a5187d2a467a62a1ef684fb7e37a13f76.zip
Merge pull request #16839 from frlan/Update/Geany/1.28
geany: 1.27 -> 1.28
-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 b4f6baa9c64a..cd93a4ed0e8f 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 ];