lol

geist-font: 1.4.01 -> 1.5.0

+4 -12
+4 -12
pkgs/by-name/ge/geist-font/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 8 pname = "geist-font"; 9 - version = "1.4.01"; 9 + version = "1.5.0"; 10 10 11 11 srcs = [ 12 12 (fetchzip { 13 - name = "geist-mono"; 14 - url = "https://github.com/vercel/geist-font/releases/download/${finalAttrs.version}/GeistMono-${finalAttrs.version}.zip"; 15 - stripRoot = false; 16 - hash = "sha256-NVPSG2Flm78X5+KXUqlTiGrquD/FGuI1C3PFcIqdyl8="; 17 - }) 18 - (fetchzip { 19 - name = "geist-sans"; 20 - url = "https://github.com/vercel/geist-font/releases/download/${finalAttrs.version}/Geist-v${finalAttrs.version}.zip"; 21 - stripRoot = false; 22 - hash = "sha256-r3Ix+UhxL/UosCLsWl52N55D+rGonQK9TIRfu4hGiwE="; 13 + url = "https://github.com/vercel/geist-font/releases/download/${finalAttrs.version}/geist-font-${finalAttrs.version}.zip"; 14 + hash = "sha256-p3nFuaQPvw4PLcb5AOhu9jiNCTzZD7st1MuJKTAzwKE="; 23 15 }) 24 16 ]; 25 17 ··· 28 20 installPhase = '' 29 21 runHook preInstall 30 22 31 - install -D geist-{mono,sans}/*/otf/*.otf -t $out/share/fonts/opentype 23 + install -D source/fonts/{Geist,GeistMono}/otf/*.otf -t $out/share/fonts/opentype 32 24 33 25 runHook postInstall 34 26 '';