Skip to content

Commit

Permalink
bluefish: 2.2.11 -> 2.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 18, 2020
1 parent 37080b5 commit 8e80af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/bluefish/default.nix
Expand Up @@ -3,11 +3,11 @@
}:

stdenv.mkDerivation rec {
name = "bluefish-2.2.11";
name = "bluefish-2.2.12";

src = fetchurl {
url = "mirror://sourceforge/bluefish/${name}.tar.bz2";
sha256 = "1zy2ppdg3nq9iy3zgfhnw93bq5zbbhyampf7bk3grpfvq5zqfk25";
sha256 = "0slyjx4b4l612505q02crk00pjg9d5wi8gm5gxvcs0f6l9dr1y8d";
};

nativeBuildInputs = [ intltool pkgconfig wrapGAppsHook ];
Expand Down

0 comments on commit 8e80af2

Please sign in to comment.