Merge pull request #31824 from frlan/Update/Geany/1.32

geany: 1.31 -> 1.32
This commit is contained in:
Jörg Thalheim 2017-11-19 14:47:13 +00:00 committed by GitHub
commit 7c24077675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
with stdenv.lib;
let
version = "1.31";
version = "1.32";
in
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://download.geany.org/${name}.tar.bz2";
sha256 = "30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5";
sha256 = "8b7be10b95d0614eb07f845ba2280f7c026eacd5739d8fac4d5d26606f8c3c2d";
};
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;