Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-26 18:13:54 +00:00
committed by GitHub
36 changed files with 641 additions and 169 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ let
in
fetchzip {
name = "${pname}-${version}";
url = "http://vollkorn-typeface.com/download/vollkorn-4-105.zip";
url = "http://vollkorn-typeface.com/download/vollkorn-${builtins.replaceStrings ["."] ["-"] version}.zip";
sha256 = "0srff2nqs7353mqcpmvaq156lamfh621py4h1771n0l9ix2c8mss";
stripRoot = false;