From 54c30e1f7bbb2465dc2947395a28880fe6c06c6d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 9 Sep 2025 16:40:56 +0000 Subject: [PATCH] last-resort: 16.000 -> 17.000 --- pkgs/by-name/la/last-resort/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/la/last-resort/package.nix b/pkgs/by-name/la/last-resort/package.nix index fb1a4e5411c5..5c7821f1066f 100644 --- a/pkgs/by-name/la/last-resort/package.nix +++ b/pkgs/by-name/la/last-resort/package.nix @@ -6,11 +6,11 @@ stdenvNoCC.mkDerivation rec { pname = "last-resort"; - version = "16.000"; + version = "17.000"; src = fetchurl { url = "https://github.com/unicode-org/last-resort-font/releases/download/${version}/LastResortHE-Regular.ttf"; - hash = "sha256-YMSKv8BenyujNZnE3LpAEF0eznHTdh8LJvdaOLWxeJU="; + hash = "sha256-OpNv4jeenhZKj5gZCVy/U9kwWi0IUy2b5bSW9L5FvN4="; }; dontUnpack = true;