about summary refs log tree commit diff
path: root/pkgs/applications/editors/bluefish/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/bluefish/default.nix')
-rw-r--r--pkgs/applications/editors/bluefish/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/editors/bluefish/default.nix b/pkgs/applications/editors/bluefish/default.nix
index 71b2ccb6fb8f..25538df0384d 100644
--- a/pkgs/applications/editors/bluefish/default.nix
+++ b/pkgs/applications/editors/bluefish/default.nix
@@ -1,17 +1,17 @@
-{stdenv, fetchurl, intltool, pkgconfig , gtk, libxml2
+{ stdenv, fetchurl, intltool, pkgconfig , gtk, libxml2
 , enchant, gucharmap, python
 }:
 
 stdenv.mkDerivation rec {
-  name = "bluefish-2.2.6";
+  name = "bluefish-2.2.7";
 
   src = fetchurl {
     url = "mirror://sourceforge/bluefish/${name}.tar.bz2";
-    sha256 = "05j2mv6s2llf2pxknddhk8fzbghr7yff58xhkxy2icky64n8khjl";
+    sha256 = "1psqx3ljz13ylqs4zkaxv9lv1hgzld6904kdp0alwx99p5rlnlr3";
   };
 
-  buildInputs = [intltool pkgconfig gtk libxml2
-    enchant gucharmap python];
+  buildInputs = [ intltool pkgconfig gtk libxml2
+    enchant gucharmap python ];
 
   meta = with stdenv.lib; {
     description = "A powerful editor targeted towards programmers and webdevelopers";