Unverified Commit 187d4ea0 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

monaspace: 1.000 -> 1.100
parents b5d9cd2b cfb158fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];