We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c9795a commit 643784cCopy full SHA for 643784c
pkgs/by-name/ba/babelstone-han/package.nix
@@ -4,14 +4,17 @@
4
fetchzip,
5
}:
6
7
+let
8
+ version = "16.0.3";
9
+in
10
+
11
stdenvNoCC.mkDerivation {
12
pname = "babelstone-han";
- version = "13.0.3";
13
+ inherit version;
14
15
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=";
16
+ url = "https://babelstone.co.uk/Fonts/Download/BabelStoneHan-${version}.zip";
17
+ hash = "sha256-HmmRJLs51hoHoKQYdjbiivnJl+RhcBwzkng+5PoqX10=";
18
};
19
20
installPhase = ''
0 commit comments