Skip to content

Commit

Permalink
Update Geany 1.30.1 -> 1.31 (#27735)
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan authored and Mic92 committed Jul 29, 2017
1 parent 47e3245 commit 369fde1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/geany/default.nix
Expand Up @@ -3,19 +3,19 @@
with stdenv.lib;

let
version = "1.30.1";
version = "1.31";
in

stdenv.mkDerivation rec {
name = "geany-${version}";

src = fetchurl {
url = "http://download.geany.org/${name}.tar.bz2";
sha256 = "0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491";
sha256 = "30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5";
};

NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;

nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [ gtk2 which file ];

Expand Down

0 comments on commit 369fde1

Please sign in to comment.