Unverified Commit b9488e06 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

last-resort: 16.000 -> 17.000 (#441514)

parents 44985500 54c30e1f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;