Skip to content

Commit 72cfabf

Browse files
committed
mononoki: 1.3 -> 1.5
1 parent c0c4f25 commit 72cfabf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/data/fonts/mononoki/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
stdenvNoCC.mkDerivation rec {
44
pname = "mononoki";
5-
version = "1.3";
5+
version = "1.5";
66

77
src = fetchzip {
88
url = "https://github.com/madmalik/mononoki/releases/download/${version}/mononoki.zip";
99
stripRoot = false;
10-
hash = "sha256-bZYBRdmbQVs4i6UzMIHwJnoLWggX4CW8ZogNFYiX/9w=";
10+
hash = "sha256-H5Iu7nSrB5UGlCSjTM3SLu+IjaAffk9TCm5OoOleKvw=";
1111
};
1212

1313
installPhase = ''
1414
runHook preInstall
1515
1616
mkdir -p $out/share/fonts/mononoki
17-
cp webfont/* $out/share/fonts/mononoki
17+
cp * $out/share/fonts/mononoki
1818
1919
runHook postInstall
2020
'';

0 commit comments

Comments
 (0)