File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pkgs/by-name/mo/monaspace Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
77stdenvNoCC . mkDerivation ( finalAttrs : {
88 pname = "monaspace" ;
9- version = "1.101 " ;
9+ version = "1.200 " ;
1010
1111 src = fetchzip {
1212 url = "https://github.com/githubnext/monaspace/releases/download/v${ finalAttrs . version } /monaspace-v${ finalAttrs . version } .zip" ;
1313 stripRoot = false ;
14- hash = "sha256-o5s4XBuwqA4sJ5KhEn5oYttBj4ojekr/LO6Ww9oQRGw =" ;
14+ hash = "sha256-j1xQYVxfTNDVuzCKvT5FbU29t8XsH4XqcZ477sjydts =" ;
1515 } ;
1616
1717 outputs = [
@@ -23,6 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
2323 runHook preInstall
2424
2525 pushd monaspace-v${ finalAttrs . version } /fonts/
26+ install -Dm644 frozen/*.ttf -t $out/share/fonts/truetype
2627 install -Dm644 otf/*.otf -t $out/share/fonts/opentype
2728 install -Dm644 variable/*.ttf -t $out/share/fonts/truetype
2829 install -Dm644 webfonts/*.woff -t $woff/share/fonts/woff
You can’t perform that action at this time.
0 commit comments