summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2019-04-30 19:28:28 -0700
committerGitHub <noreply@github.com>2019-04-30 19:28:28 -0700
commitabea632c74fafecb9f688688e9cee1a80dfdcdd7 (patch)
tree07b462f44466ec059389b0660eafde63f0ddf914 /pkgs/applications/editors
parent14965968bdb6a863d0ee4924d93f9cfd7e460b1c (diff)
parentffebeb9e9d7d02da2383c5f2a1bb6cc734e7fcef (diff)
downloadnixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.tar
nixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.tar.gz
nixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.tar.bz2
nixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.tar.lz
nixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.tar.xz
nixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.tar.zst
nixpkgs-abea632c74fafecb9f688688e9cee1a80dfdcdd7.zip
Merge pull request #60547 from r-ryantm/auto-update/geany
geany: 1.34.1 -> 1.35
Diffstat (limited to 'pkgs/applications/editors')
-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 9f33bd08489..0ff56e9145f 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.1";
+  version = "1.35";
 in
 
 stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://download.geany.org/${name}.tar.bz2";
-    sha256 = "e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11";
+    sha256 = "179xfnvhcxsv54v2mlrhykqv2j7klniln5sffvqqpjmdvwyivvim";
   };
 
   nativeBuildInputs = [ pkgconfig intltool libintl ];