Merge pull request #259966 from r-ryantm/auto-update/last-resort

last-resort: 15.000 -> 15.100
This commit is contained in:
Nick Cao 2023-10-09 10:23:24 -04:00 committed by GitHub
commit f3ee394248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;