tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
source-code-pro: 2.038 -> 2.042
whyvert
2 years ago
ca02a0e7
68c1807f
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
data
fonts
source-code-pro
default.nix
+4
-4
pkgs/data/fonts/source-code-pro/default.nix
···
2
2
3
3
stdenvNoCC.mkDerivation rec {
4
4
pname = "source-code-pro";
5
5
-
version = "2.038";
5
5
+
version = "2.042";
6
6
7
7
src = fetchzip {
8
8
-
url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-ro%2F1.058R-it%2F1.018R-VAR/OTF-source-code-pro-${version}R-ro-1.058R-it.zip";
8
8
+
url = "https://github.com/adobe-fonts/source-code-pro/releases/download/${version}R-u%2F1.062R-i%2F1.026R-vf/OTF-source-code-pro-${version}R-u_1.062R-i.zip";
9
9
stripRoot = false;
10
10
-
hash = "sha256-ijeTLka131jf6B9xj/eNWK1T5r7r3aBXBgnVyRAxmuY=";
10
10
+
hash = "sha256-+BnfmD+AjObSoVxPvFAqbnMD2j5qf2YmbXGQtXoaiy0=";
11
11
};
12
12
13
13
installPhase = ''
14
14
runHook preInstall
15
15
16
16
-
install -Dm644 *.otf -t $out/share/fonts/opentype
16
16
+
install -Dm644 OTF/*.otf -t $out/share/fonts/opentype
17
17
18
18
runHook postInstall
19
19
'';