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 c0c4f25 commit 72cfabfCopy full SHA for 72cfabf
1 file changed
pkgs/data/fonts/mononoki/default.nix
@@ -2,19 +2,19 @@
2
3
stdenvNoCC.mkDerivation rec {
4
pname = "mononoki";
5
- version = "1.3";
+ version = "1.5";
6
7
src = fetchzip {
8
url = "https://github.com/madmalik/mononoki/releases/download/${version}/mononoki.zip";
9
stripRoot = false;
10
- hash = "sha256-bZYBRdmbQVs4i6UzMIHwJnoLWggX4CW8ZogNFYiX/9w=";
+ hash = "sha256-H5Iu7nSrB5UGlCSjTM3SLu+IjaAffk9TCm5OoOleKvw=";
11
};
12
13
installPhase = ''
14
runHook preInstall
15
16
mkdir -p $out/share/fonts/mononoki
17
- cp webfont/* $out/share/fonts/mononoki
+ cp * $out/share/fonts/mononoki
18
19
runHook postInstall
20
'';
0 commit comments