Commit f87dbd23 authored by R. RyanTM's avatar R. RyanTM Committed by Ryan Mulligan
Browse files

bluefish: 2.2.12 -> 2.2.14

parent 58aa6737
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchurl
, intltool
, wrapGAppsHook
, pkg-config
, gtk
@@ -14,14 +13,14 @@

stdenv.mkDerivation rec {
  pname = "bluefish";
  version = "2.2.12";
  version = "2.2.14";

  src = fetchurl {
    url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2";
    sha256 = "0slyjx4b4l612505q02crk00pjg9d5wi8gm5gxvcs0f6l9dr1y8d";
    sha256 = "sha256-IszfnOTlyWIQY+bPfXOr+wc2q3pyvOCG0Gxc9e4SXt4=";
  };

  nativeBuildInputs = [ intltool pkg-config wrapGAppsHook ];
  nativeBuildInputs = [ pkg-config wrapGAppsHook ];
  buildInputs = [
    gnome.adwaita-icon-theme
    gtk