tv overrides input-fonts: use fetchzip
This commit is contained in:
parent
539fb1f899
commit
f0660185cb
@ -8,10 +8,12 @@ self: super: {
|
||||
'';
|
||||
});
|
||||
input-fonts = super.input-fonts.overrideAttrs (old: rec {
|
||||
src = self.fetchurl {
|
||||
src = self.fetchzip {
|
||||
url = "http://xu.r/~tv/mirrors/input-fonts/Input-Font-2.zip";
|
||||
sha256 = "1vvipqcflz4ximy7xpqy9idrdpq3a0c490hp5137r2dq03h865y0";
|
||||
sha256 = "1q58x92nm7dk9ylp09pvgj74nxkywvqny3xmfighnsl30dv42fcr";
|
||||
stripRoot = false;
|
||||
};
|
||||
sourceRoot = null;
|
||||
outputHash = null;
|
||||
outputHashAlgo = null;
|
||||
outputHashMode = null;
|
||||
|
Loading…
Reference in New Issue
Block a user