Skip to content

Commit b2e9c36

Browse files
authored
monaspace: 1.101 -> 1.200 (#380110)
2 parents 1904c72 + c228ddb commit b2e9c36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/mo/monaspace/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
stdenvNoCC.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

0 commit comments

Comments
 (0)