vollkorn: include variable version into fetch URI

This commit is contained in:
Trolli Schmittlauch 2021-03-26 11:56:17 +01:00
parent 56592ea293
commit 7c521d1060

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;