From 10a84b3c6917ed70aa99f74b7ef60091810b9d26 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sat, 7 Feb 2015 16:31:09 +0100 Subject: [PATCH] bluefish: update from 2.2.6 to 2.2.7 --- pkgs/applications/editors/bluefish/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/applications/editors/bluefish/default.nix b/pkgs/applications/editors/bluefish/default.nix index 71b2ccb6fb8..25538df0384 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";