bluefish: 2.2.14 -> 2.2.15
This commit is contained in:
parent
f0a84112c3
commit
6f8d5811de
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "bluefish";
|
pname = "bluefish";
|
||||||
version = "2.2.14";
|
version = "2.2.15";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2";
|
url = "mirror://sourceforge/bluefish/bluefish-${version}.tar.bz2";
|
||||||
sha256 = "sha256-IszfnOTlyWIQY+bPfXOr+wc2q3pyvOCG0Gxc9e4SXt4=";
|
sha256 = "sha256-YUPlHGtVedWW86moXg8NhYDJ9Y+ChXWxGYgODKHZQbw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
nativeBuildInputs = [ pkg-config wrapGAppsHook ];
|
||||||
|
|
Loading…
Reference in a new issue