last-resort: 15.000 -> 15.100

This commit is contained in:
R. Ryantm 2023-10-09 10:21:23 +00:00
parent 85f158659a
commit 0009f65473

View File

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