tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
sarasa-gothic: 0.42.1 -> 0.42.2
R. Ryantm
2 years ago
80697b6b
1ae1ab8d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
data
fonts
sarasa-gothic
default.nix
+2
-2
pkgs/data/fonts/sarasa-gothic/default.nix
···
2
2
3
3
stdenvNoCC.mkDerivation rec {
4
4
pname = "sarasa-gothic";
5
5
-
version = "0.42.1";
5
5
+
version = "0.42.2";
6
6
7
7
src = fetchurl {
8
8
# Use the 'ttc' files here for a smaller closure size.
9
9
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
10
10
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";
11
11
-
hash = "sha256-e6ig+boWzYiOzENkIsj/z9FFt2pZc+T0dYoFoeONMFM=";
11
11
+
hash = "sha256-RkPHlOPXQiAswtekrOCmYcPNlNSvcqyaM4juSHJxEeY=";
12
12
};
13
13
14
14
sourceRoot = ".";