nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

monaspace: 1.101 -> 1.200

authored by

R. Ryantm and committed by
Weijia Wang
c228ddb5 102c7795

+3 -2
+3 -2
pkgs/by-name/mo/monaspace/package.nix
··· 6 6 7 7 stdenvNoCC.mkDerivation (finalAttrs: { 8 8 pname = "monaspace"; 9 - version = "1.101"; 9 + version = "1.200"; 10 10 11 11 src = fetchzip { 12 12 url = "https://github.com/githubnext/monaspace/releases/download/v${finalAttrs.version}/monaspace-v${finalAttrs.version}.zip"; 13 13 stripRoot = false; 14 - hash = "sha256-o5s4XBuwqA4sJ5KhEn5oYttBj4ojekr/LO6Ww9oQRGw="; 14 + hash = "sha256-j1xQYVxfTNDVuzCKvT5FbU29t8XsH4XqcZ477sjydts="; 15 15 }; 16 16 17 17 outputs = [ ··· 23 23 runHook preInstall 24 24 25 25 pushd monaspace-v${finalAttrs.version}/fonts/ 26 + install -Dm644 frozen/*.ttf -t $out/share/fonts/truetype 26 27 install -Dm644 otf/*.otf -t $out/share/fonts/opentype 27 28 install -Dm644 variable/*.ttf -t $out/share/fonts/truetype 28 29 install -Dm644 webfonts/*.woff -t $woff/share/fonts/woff