Merge pull request #244484 from dariof4/cozette-1.21

cozette: 1.20.1 -> 1.21.0
This commit is contained in:
Nick Cao 2023-07-20 18:39:11 -06:00 committed by GitHub
commit 1abe55d3ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "cozette";
version = "1.20.1";
version = "1.21.0";
src = fetchzip {
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip";
hash = "sha256-5JODQhwKJRRBypAuVFulv9FiaVNchVi/TPb4HYQgvzk=";
hash = "sha256-rKkL5rZw9dUlnNWrHRicvHyDOM8VG3i3crHIJpJUejc=";
};
installPhase = ''