Merge pull request #94149 from dtzWill/update/sarasa-gothic-0.12.11

sarasa-gothic: 0.12.6 -> 0.12.11
This commit is contained in:
Mario Rodas 2020-07-29 16:21:55 -05:00 committed by GitHub
commit fc4694ebdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,12 +1,12 @@
{ lib, fetchurl, libarchive }:
let
version = "0.12.6";
version = "0.12.11";
in fetchurl {
name = "sarasa-gothic-${version}";
url = "https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z";
sha256 = "1b15gsmv2jr0r8xssr8216s8xsghr6w5wm3w3imm3qlh3kqk1qg8";
sha256 = "0vcp8583by7pfqinq8p2jx2bn4dqq816x4bxgv05k0kb9ziwj7aj";
recursiveHash = true;
downloadToTemp = true;