Skip to content

Commit

Permalink
sarasa-gothic: 0.12.6 -> 0.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jul 29, 2020
1 parent 65eab10 commit 8538c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/data/fonts/sarasa-gothic/default.nix
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 8538c5b

Please sign in to comment.