fontfor: 0.3.1 -> 0.4.1
This commit is contained in:
parent
f5c41d4d50
commit
51911c05b3
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "fontfor";
|
pname = "fontfor";
|
||||||
version = "0.3.1";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "7sDream";
|
owner = "7sDream";
|
||||||
repo = "fontfor";
|
repo = "fontfor";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1b07hd41blwsnb91vh2ax9zigm4lh8n0i5man0cjmxhavvbfy12b";
|
sha256 = "sha256-/UoZ+5X6Csoyqc+RSP0Hree7NtCDs7BjsqcpALxAazc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
freetype
|
freetype
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoSha256 = "1drfrq32lvmi1xlshynzh66gb1cah43pqcyxv3qxp487br9w1iyj";
|
cargoHash = "sha256-j1Qf0IKlAUEyiGAUoF7IlEbPIv2pGkn+YMCoFdF9oUE=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Find fonts which can show a specified character and preview them in browser";
|
description = "Find fonts which can show a specified character and preview them in browser";
|
||||||
|
Loading…
Reference in New Issue
Block a user