From 6c72666ed6be2fbb4e34a9e9cc90cdbaf41632a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 31 Jul 2023 22:25:26 +0200 Subject: [PATCH] fix: newGardiner checksum --- configs/fonts.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/fonts.nix b/configs/fonts.nix index 7a5601e..029d437 100644 --- a/configs/fonts.nix +++ b/configs/fonts.nix @@ -31,7 +31,7 @@ }; newGardiner = zip-font "NewGardiner" { url = "https://mjn.host.cs.st-andrews.ac.uk/egyptian/fonts/NewGardiner.zip"; - sha256 = "1jd0qa6shh9pqqyig2w43m9l9rv1i50l73jzkhb6g6mqxbhb1mip"; + hash = "sha256-i7ZBN28no/884fYMA7ZJ47WpkwZXzY//TK0bDz21pE0="; stripRoot = false; }; junicode2 = zip-font "JunicodeTwo" {