aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/editors/bluefish/default.nix
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2015-02-07 16:31:09 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2015-02-10 14:03:33 +0100
commit10a84b3c6917ed70aa99f74b7ef60091810b9d26 (patch)
treed8abadf9e03682b361248be6721a77ea4b416a9a /pkgs/applications/editors/bluefish/default.nix
parentb73ce293fbcb5b0b7dc95f99a5f7cbffeabd972f (diff)
bluefish: update from 2.2.6 to 2.2.7
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";