sarasa-gothic: 0.8.0 -> 0.8.2

https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.8.2
This commit is contained in:
Will Dietz 2019-09-11 15:12:22 -05:00
parent a412701c8d
commit 7ff42e439e
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02
1 changed files with 2 additions and 2 deletions

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;