bluefish: 2.2.14 -> 2.2.15

authored by R. Ryantm and committed by Vincent Laporte 6f8d5811 f0a84112

+2 -2
+2 -2
pkgs/applications/editors/bluefish/default.nix
··· 13 14 stdenv.mkDerivation rec { 15 pname = "bluefish"; 16 - version = "2.2.14"; 17 18 src = fetchurl { 19 url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2"; 20 - sha256 = "sha256-IszfnOTlyWIQY+bPfXOr+wc2q3pyvOCG0Gxc9e4SXt4="; 21 }; 22 23 nativeBuildInputs = [ pkg-config wrapGAppsHook ];
··· 13 14 stdenv.mkDerivation rec { 15 pname = "bluefish"; 16 + version = "2.2.15"; 17 18 src = fetchurl { 19 url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2"; 20 + sha256 = "sha256-YUPlHGtVedWW86moXg8NhYDJ9Y+ChXWxGYgODKHZQbw="; 21 }; 22 23 nativeBuildInputs = [ pkg-config wrapGAppsHook ];