Unverified Commit 5de6f0c4 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #247727 from marsam/update-cozette

cozette: 1.22.0 -> 1.22.1
parents 0948b3f1 5d6ec87c
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.22.0";
  version = "1.22.1";

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

  installPhase = ''