vollkorn: include variable version into fetch URI
This commit is contained in:
parent
56592ea293
commit
7c521d1060
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue