Unverified Commit 4fb54704 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

cozette: 1.25.1 -> 1.25.2 (#344869)

parents b36b2faa d5358688
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "cozette";
  version = "1.25.1";
  version = "1.25.2";

  src = fetchzip {
    url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip";
    hash = "sha256-Cnl7DTPcZmCRM06qe7WXfZorok3uUNYcB9bR/auzCao=";
    hash = "sha256-LtZHbsma9EuegS349gQo4W+ZT8x+Vb3CD/5vRKjwkzc=";
  };

  installPhase = ''