vollkorn: include variable version into fetch URI
This commit is contained in:
parent
56592ea293
commit
7c521d1060
@ -5,7 +5,7 @@ let
|
|||||||
in
|
in
|
||||||
fetchzip {
|
fetchzip {
|
||||||
name = "${pname}-${version}";
|
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";
|
sha256 = "0srff2nqs7353mqcpmvaq156lamfh621py4h1771n0l9ix2c8mss";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user