bluefish: 2.2.14 -> 2.2.15

This commit is contained in:
R. Ryantm 2024-03-19 12:47:36 +00:00 committed by Vincent Laporte
parent f0a84112c3
commit 6f8d5811de

View File

@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
pname = "bluefish";
version = "2.2.14";
version = "2.2.15";
src = fetchurl {
url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2";
sha256 = "sha256-IszfnOTlyWIQY+bPfXOr+wc2q3pyvOCG0Gxc9e4SXt4=";
sha256 = "sha256-YUPlHGtVedWW86moXg8NhYDJ9Y+ChXWxGYgODKHZQbw=";
};
nativeBuildInputs = [ pkg-config wrapGAppsHook ];