monaspace: 1.100 -> 1.101

This commit is contained in:
R. Ryantm 2024-05-12 06:30:30 +00:00
parent 9a65c1518c
commit d1f428a716

View File

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