Commit 6bd8f78d authored by Ivan Timokhin's avatar Ivan Timokhin Committed by Pascal Bach
Browse files
parent b035bd68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "junicode";
  version = "2.208";
  version = "2.209";

  src = fetchzip {
    url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip";
    hash = "sha256-uzPzZ6b/CxdcoXSsxf2Cfs9/MpcGn7pQfdwL37pbvXg=";
    hash = "sha256-hdCDLwTiyE2ZpFgmYAX7YWCujUwozIozD+k/lCStJUg=";
  };

  outputs = [ "out" "doc" "tex" ];
+1 −1

File changed.

Contains only whitespace changes.