Merge pull request #309040 from r-ryantm/auto-update/monaspace

monaspace: 1.000 -> 1.100
This commit is contained in:
Pol Dellaiera 2024-05-04 23:15:53 +02:00 committed by GitHub
commit 187d4ea06f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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" ];