Unverified Commit 503744f5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #245795 from dariof4/cozette-1.22

cozette: 1.21.0 -> 1.22.0
parents c00e816e c604f839
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "cozette";
  version = "1.21.0";
  version = "1.22.0";

  src = fetchzip {
    url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip";
    hash = "sha256-rKkL5rZw9dUlnNWrHRicvHyDOM8VG3i3crHIJpJUejc=";
    hash = "sha256-IB+YQcIpxYumJ5ETezqQ2yVlvdh+wllJ+MkVHPWZCEg=";
  };

  installPhase = ''
@@ -16,6 +16,8 @@ stdenvNoCC.mkDerivation rec {
    install -Dm644 *.otf -t $out/share/fonts/opentype
    install -Dm644 *.bdf -t $out/share/fonts/misc
    install -Dm644 *.otb -t $out/share/fonts/misc
    install -Dm644 *.woff -t $out/share/fonts/woff
    install -Dm644 *.woff2 -t $out/share/fonts/woff2

    runHook postInstall
  '';