source-code-pro: 2.010 -> 2.030
This commit is contained in:
parent
daa9d5edca
commit
6879f1e57e
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "source-code-pro-${version}";
|
name = "source-code-pro-${version}";
|
||||||
version = "2.010";
|
version = "2.030";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "adobe-fonts";
|
owner = "adobe-fonts";
|
||||||
repo = "source-code-pro";
|
repo = "source-code-pro";
|
||||||
rev = "2.010R-ro/1.030R-it";
|
rev = "2.030R-ro/1.050R-it";
|
||||||
name = "2.010R-ro-1.030R-it";
|
name = "2.030R-ro-1.050R-it";
|
||||||
sha256 = "0f40g23lfcajpd5m9r1z7v8x011dsfs6ba7fihjal6yzaf5hb6mh";
|
sha256 = "0hc5kflr8xzqgdm0c3gbgb1paygznxmnivkylid69ipc7wnicx1n";
|
||||||
};
|
};
|
||||||
|
|
||||||
phases = "unpackPhase installPhase";
|
phases = "unpackPhase installPhase";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user