Skip to content

Commit

Permalink
babelstone-han 13.0.3 -> 16.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deeengan committed Nov 13, 2024
1 parent 3d85bae commit 8552625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/data/fonts/babelstone-han/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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

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 = "http://web.archive.org/web/20241108030253/https://www.babelstone.co.uk/Fonts/Download/BabelStoneHan.zip";
hash = "sha256-mrZkrsTfbOsydo0TVv69o5zW1fLtDDj5QM579o0g13k=";
};

installPhase = ''
Expand Down

0 comments on commit 8552625

Please sign in to comment.