Repair JustSeeds package

This commit is contained in:
Emi Simpson 2023-12-22 19:37:45 -05:00
parent c1e9f48c21
commit b275e3d36a
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@
# Fontpack 3
pack03 = pkgs.fetchzip {
url = "https://justseeds.org/wp-content/uploads/JSOTP-FP3.zip";
sha256 = "lLPsbpRuDVWgt/GX3/ZvxPjBDVNeu7OhhnBLqpmCArA=";
url = "https://justseeds.org/wp-content/uploads/JSOTP-FP3_2.zip";
sha256 = "gUbyXkR+Kr5w0//fbl72qqQRgqiyaA34pwDt1+t+Ejc=";
stripRoot = false;
};
@ -83,7 +83,7 @@
installPhase = ''
install -D -m 444 $pack01/JS_fontpak1/*.otf -t $out/share/fonts/otf
install -D -m 444 $pack02/justseeds_fontpak2/*.otf -t $out/share/fonts/otf
install -D -m 444 $pack03/'JSOTP FP3'/*.otf -t $out/share/fonts/otf
install -D -m 444 $pack03/'JSOTP FP3_2'/*.otf -t $out/share/fonts/otf
install -D -m 444 $pack04/fontpak4/*.otf -t $out/share/fonts/otf
install -D -m 444 $pack05/'JS Font Pak 5'/*.otf -t $out/share/fonts/otf
install -D -m 444 $pack06/'JS Font pack 6'/*.otf -t $out/share/fonts/otf