Commit 643784cb authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

babelstone-han: 13.0.3 → 16.0.3

parent 3c9795a7
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -4,14 +4,17 @@
  fetchzip,
}:

let
  version = "16.0.3";
in

stdenvNoCC.mkDerivation {
  pname = "babelstone-han";
  version = "13.0.3";
  inherit version;

  src = fetchzip {
    # upstream download links are unversioned, so hash changes
    url = "https://web.archive.org/web/20200210125314/https://www.babelstone.co.uk/Fonts/Download/BabelStoneHan.zip";
    hash = "sha256-LLhNtHu2hh5DY2XVSrLuVzzR6OtMdSSHetyA0k1IFs0=";
    url = "https://babelstone.co.uk/Fonts/Download/BabelStoneHan-${version}.zip";
    hash = "sha256-HmmRJLs51hoHoKQYdjbiivnJl+RhcBwzkng+5PoqX10=";
  };

  installPhase = ''