last-resort: 15.100 -> 16.000

This commit is contained in:
R. Ryantm
2024-09-13 05:48:47 +00:00
parent 5f1a3f8047
commit 483b8847c2

View File

@@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "last-resort";
version = "15.100";
version = "16.000";
src = fetchurl {
url = "https://github.com/unicode-org/last-resort-font/releases/download/${version}/LastResortHE-Regular.ttf";
hash = "sha256-dPk6j7Orh1bg6GyzwsB4P9oQvepvl51YF4abpyhOVso=";
hash = "sha256-YMSKv8BenyujNZnE3LpAEF0eznHTdh8LJvdaOLWxeJU=";
};
dontUnpack = true;