Merge pull request #117679 from schmittlauch/vollkornVersion

vollkorn: include variable version into fetch URI
This commit is contained in:
Sandro 2021-03-26 14:34:59 +01:00 committed by GitHub
commit 6996cb0d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;