monaspace: 1.000 -> 1.100

This commit is contained in:
R. Ryantm 2024-05-04 13:17:13 +00:00
parent 14e704d967
commit cfb158fb72
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "monaspace";
version = "1.000";
version = "1.100";
src = fetchzip {
url = "https://github.com/githubnext/monaspace/releases/download/v${finalAttrs.version}/monaspace-v${finalAttrs.version}.zip";
stripRoot = false;
hash = "sha256-H8NOS+pVkrY9DofuJhPR2OlzkF4fMdmP2zfDBfrk83A=";
hash = "sha256-PNeWDWYSd/oAviwyvwiQSLeATGqGIFYZWjKp+trT5x4=";
};
outputs = [ "out" "woff" ];