Unverified Commit 6303f02b authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

Merge pull request #258493 from r-ryantm/auto-update/bluefish

bluefish: 2.2.12 -> 2.2.14
parents f2194799 f87dbd23
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