summaryrefslogtreecommitdiffstats
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorpeigongdsd <51317171+peigongdsd@users.noreply.github.com>2024-03-13 21:08:40 +0800
committerGitHub <noreply@github.com>2024-03-13 21:08:40 +0800
commitcfd9d30a4da2660a0b4fc8295b464daef9b6c046 (patch)
tree2ff1623d4ca635606b6775c8fb52974f9254bb67 /pkgs/data/fonts
parentae03bb47378fbe59af5f9330a6608210996d0cff (diff)
Revert "sarasa-gothic: 1.0.5 -> 1.0.6"
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/sarasa-gothic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/sarasa-gothic/default.nix b/pkgs/data/fonts/sarasa-gothic/default.nix
index f3a6b242b595..35f098442c22 100644
--- a/pkgs/data/fonts/sarasa-gothic/default.nix
+++ b/pkgs/data/fonts/sarasa-gothic/default.nix
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sarasa-gothic";
- version = "1.0.6";
+ version = "1.0.5";
src = fetchurl {
# Use the 'ttc' files here for a smaller closure size.
# (Using 'ttf' files gives a closure size about 15x larger, as of November 2021.)
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/Sarasa-TTC-${version}.7z";
- hash = "sha256-zoQilSAd5BpLCbTxU0Baupdc1VUxENvNEc9phFVFUoo=";
+ hash = "sha256-OPoX6GNCilA8Lj9kLO6RHapU7mpZTiNa/8LL72TG1Wk=";
};
sourceRoot = ".";