victor-mono: 1.2.5 -> 1.2.7
https://github.com/rubjo/victor-mono/releases/tag/v1.2.7 https://github.com/rubjo/victor-mono/releases/tag/v1.2.6
This commit is contained in:
parent
f6b8a4d7ef
commit
27f6357d84
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "victor-mono";
|
pname = "victor-mono";
|
||||||
version = "1.2.5";
|
version = "1.2.7";
|
||||||
in fetchFromGitHub rec {
|
in fetchFromGitHub rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ in fetchFromGitHub rec {
|
|||||||
# Both methods produce the same file, but this way
|
# Both methods produce the same file, but this way
|
||||||
# we can safely reason about what version it is.
|
# we can safely reason about what version it is.
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
tar xvf $downloadedFile --strip-components=2 ${name}/public/VictorMonoAll.zip
|
tar xvf $downloadedFile --strip-components=2 ${pname}-${version}/public/VictorMonoAll.zip
|
||||||
|
|
||||||
mkdir -p $out/share/fonts/{true,open}type/${pname}
|
mkdir -p $out/share/fonts/{true,open}type/${pname}
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ in fetchFromGitHub rec {
|
|||||||
unzip -j VictorMonoAll.zip \*.otf -d $out/share/fonts/opentype/${pname}
|
unzip -j VictorMonoAll.zip \*.otf -d $out/share/fonts/opentype/${pname}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
sha256 = "0dj5h45qk6abggj6mgm19sb0a7q0v4x41f2zds1ab79yd22gbjns";
|
sha256 = "0x4ydp11ry94wkkspnmy1xpzqq3m45xg60z1hq4ll9gmlccaknj0";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Free programming font with cursive italics and ligatures";
|
description = "Free programming font with cursive italics and ligatures";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user