graphite2: 1.3.13 -> 1.3.14
This commit is contained in:
parent
2bec129116
commit
bcd9b9b847
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, freetype, cmake, python }:
|
{ stdenv, fetchurl, pkgconfig, freetype, cmake, python }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.3.13";
|
version = "1.3.14";
|
||||||
pname = "graphite2";
|
pname = "graphite2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/silnrsi/graphite/releases/download/"
|
url = "https://github.com/silnrsi/graphite/releases/download/"
|
||||||
+ "${version}/graphite2-${version}.tgz";
|
+ "${version}/graphite2-${version}.tgz";
|
||||||
sha256 = "01jzhwnj1c3d68dmw15jdxly0hwkmd8ja4kw755rbkykn1ly2qyx";
|
sha256 = "1790ajyhk0ax8xxamnrk176gc9gvhadzy78qia4rd8jzm89ir7gr";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ];
|
nativeBuildInputs = [ pkgconfig cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user