Merge pull request #68741 from dtzWill/update/sarasa-gothic-0.8.2

sarasa-gothic: 0.8.0 -> 0.8.2
This commit is contained in:
Will Dietz 2019-09-14 14:12:34 -05:00 committed by GitHub
commit fc09454b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ lib, fetchurl, p7zip }:
let
version = "0.8.0";
version = "0.8.2";
in fetchurl {
name = "sarasa-gothic-${version}";
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";
sha256 = "0zafvzrh4180hmz351f1rvs29n8mfxf0qv6mdl7psf1f066dizs6";
sha256 = "17xkpklb6spi10132lq658fwvrms3fs7ksb9j098z9vaqad1k51q";
recursiveHash = true;
downloadToTemp = true;