jost: 3.3 -> 3.5
https://github.com/indestructible-type/Jost/releases/tag/3.5 https://github.com/indestructible-type/Jost/releases/tag/3.4
This commit is contained in:
parent
c924fe8b7e
commit
090ce1afd9
@ -1,7 +1,7 @@
|
|||||||
{stdenv, fetchzip}:
|
{stdenv, fetchzip}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.3";
|
version = "3.5";
|
||||||
in fetchzip {
|
in fetchzip {
|
||||||
name = "jost-${version}";
|
name = "jost-${version}";
|
||||||
url = "https://github.com/indestructible-type/Jost/releases/download/${version}/Jost.zip";
|
url = "https://github.com/indestructible-type/Jost/releases/download/${version}/Jost.zip";
|
||||||
@ -11,7 +11,7 @@ in fetchzip {
|
|||||||
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
|
unzip -j $downloadedFile \*.otf -d $out/share/fonts/opentype
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256="00nrhs3aif2hc4yhjhbn9ywmydl2w0g0hv5m5is8gv7wx8yi2j9z";
|
sha256="0l78vhmbsyfmrva5wc76pskhxqryyg8q5xddpj9g5wqsddy525dq";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/indestructible-type/Jost;
|
homepage = https://github.com/indestructible-type/Jost;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user