Commit c228ddb5 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

monaspace: 1.101 -> 1.200

parent 102c7795
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "monaspace";
  version = "1.101";
  version = "1.200";

  src = fetchzip {
    url = "https://github.com/githubnext/monaspace/releases/download/v${finalAttrs.version}/monaspace-v${finalAttrs.version}.zip";
    stripRoot = false;
    hash = "sha256-o5s4XBuwqA4sJ5KhEn5oYttBj4ojekr/LO6Ww9oQRGw=";
    hash = "sha256-j1xQYVxfTNDVuzCKvT5FbU29t8XsH4XqcZ477sjydts=";
  };

  outputs = [
@@ -23,6 +23,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
    runHook preInstall

    pushd monaspace-v${finalAttrs.version}/fonts/
    install -Dm644 frozen/*.ttf -t $out/share/fonts/truetype
    install -Dm644 otf/*.otf -t $out/share/fonts/opentype
    install -Dm644 variable/*.ttf -t $out/share/fonts/truetype
    install -Dm644 webfonts/*.woff -t $woff/share/fonts/woff