babelstone-han: 13.0.3 → 16.0.3
This commit is contained in:
committed by
Vincent Laporte
parent
3c9795a7a4
commit
643784cbca
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user