Skip to content

Commit 369fde1

Browse files
frlanMic92
authored andcommittedJul 29, 2017
Update Geany 1.30.1 -> 1.31 (#27735)
1 parent 47e3245 commit 369fde1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/editors/geany/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
with stdenv.lib;
44

55
let
6-
version = "1.30.1";
6+
version = "1.31";
77
in
88

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

1212
src = fetchurl {
1313
url = "http://download.geany.org/${name}.tar.bz2";
14-
sha256 = "0ac360f1f3d6c28790a81d570252a7d40421f6e1d8e5a8d653756bd041d88491";
14+
sha256 = "30fdb906bb76c4251a8bcf83ee267db28c26ef6ab867668a782cec1164a3aba5";
1515
};
1616

1717
NIX_LDFLAGS = if stdenv.isDarwin then "-lintl" else null;
18-
18+
1919
nativeBuildInputs = [ pkgconfig intltool ];
2020
buildInputs = [ gtk2 which file ];
2121

0 commit comments

Comments
 (0)
Please sign in to comment.