summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/editors/geany
diff options
context:
space:
mode:
authorFrank Lanitz <frank@frank.uvena.de>2019-01-04 16:58:22 +0100
committerFrank Lanitz <frank@frank.uvena.de>2019-01-04 16:58:22 +0100
commit6acde263185d4e057495aceb7d5e839ce5b093d0 (patch)
tree322f49dbf2226b5951404569d80b9221cfc60049 /pkgs/applications/editors/geany
parent7ff3ccfa74a42b072fe50d3fda1c14904f96a6ef (diff)
Geany: 1.34 -> 1.34.1
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 caead872eb27..9f33bd084890 100644
--- a/pkgs/applications/editors/geany/default.nix
+++ b/pkgs/applications/editors/geany/default.nix
@@ -3,7 +3,7 @@
with stdenv.lib;
let
- version = "1.34";
+ version = "1.34.1";
in
stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://download.geany.org/${name}.tar.bz2";
- sha256 = "63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e";
+ sha256 = "e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11";
};
nativeBuildInputs = [ pkgconfig intltool libintl ];