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

nomnatong: 5.13 -> 5.14 (#391317)

parents e8334587 b653caed
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.13";
  version = "5.14";

  src = fetchFromGitHub {
    owner = "nomfoundation";
    repo = "font";
    rev = "v${finalAttrs.version}";
    hash = "sha256-OGJJpvjrHqP6P5eoazrezRVhQ9Hj3xDYi/pYTUG2edw=";
    hash = "sha256-H9Cdl27qg94SgyDS1KvoyHTQC4s2geLBPKKupEXGJQE=";
  };

  nativeBuildInputs = [