monaspace: 1.000 -> 1.100
This commit is contained in:
parent
14e704d967
commit
cfb158fb72
@ -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" ];
|
||||
|
Loading…
Reference in New Issue
Block a user