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

nomnatong: 5.14 -> 5.15 (#406818)

parents b1ac2991 73ea9acc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "nomnatong";
  version = "5.14";
  version = "5.15";

  src = fetchFromGitHub {
    owner = "nomfoundation";
    repo = "font";
    rev = "v${finalAttrs.version}";
    hash = "sha256-H9Cdl27qg94SgyDS1KvoyHTQC4s2geLBPKKupEXGJQE=";
    hash = "sha256-QVg54EX2ctfADe5976PHHId3r35oQEPDejvGU89+QeU=";
  };

  nativeBuildInputs = [