Skip to content

Commit 643784c

Browse files
committed
babelstone-han: 13.0.3 → 16.0.3
1 parent 3c9795a commit 643784c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/ba/babelstone-han/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@
44
fetchzip,
55
}:
66

7+
let
8+
version = "16.0.3";
9+
in
10+
711
stdenvNoCC.mkDerivation {
812
pname = "babelstone-han";
9-
version = "13.0.3";
13+
inherit version;
1014

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

1720
installPhase = ''

0 commit comments

Comments
 (0)