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

monaspace: 1.100 -> 1.101
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-16 19:12:57 +00:00 committed by GitHub
commit 7cc127e4c3
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.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" ];