recursive: 1.022 -> 1.030
This commit is contained in:
parent
2214be1fe1
commit
d108ba9ded
@ -2,25 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "recursive";
|
||||
version = "1.022";
|
||||
version = "1.030";
|
||||
|
||||
srcs = [
|
||||
(fetchzip {
|
||||
name = "${pname}";
|
||||
url = "https://github.com/arrowtype/recursive/releases/download/v${version}/recursive-beta_1_022.zip";
|
||||
sha256 = "09nr1fli7ksv8z4yb25c4xidwsqq50av18qrybsy4kqy5c22957v";
|
||||
stripRoot = false;
|
||||
})
|
||||
|
||||
(fetchzip {
|
||||
name = "${pname}-static";
|
||||
url = "https://github.com/arrowtype/recursive/releases/download/v${version}/recursive-static_fonts-b020.zip";
|
||||
sha256 = "1wlj113gjm26ra9y2r2b3syis2wx0mjq2m8i8xpwscp1kflma1r6";
|
||||
stripRoot = false;
|
||||
})
|
||||
];
|
||||
|
||||
sourceRoot = ".";
|
||||
src = fetchzip {
|
||||
url = "https://github.com/arrowtype/recursive/releases/download/${version}/recursive-beta_1_030--statics.zip";
|
||||
sha256 = "1clds4ljiqdf0zc3b7nlna1w7kc23pc9gxdd5vwbgmz9xfvkam0f";
|
||||
stripRoot = false;
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/fonts/{opentype,truetype,woff2}
|
||||
|
Loading…
Reference in New Issue
Block a user