Merge pull request #332970 from r-ryantm/auto-update/cozette

cozette: 1.25.0 -> 1.25.1
This commit is contained in:
Nick Cao 2024-08-07 14:31:02 -04:00 committed by GitHub
commit 94d3475a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "cozette";
version = "1.25.0";
version = "1.25.1";
src = fetchzip {
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip";
hash = "sha256-ybq72r2p/2e41jzcZ/KxQgib3VIET6PppyCsGAQVXD8=";
hash = "sha256-Cnl7DTPcZmCRM06qe7WXfZorok3uUNYcB9bR/auzCao=";
};
installPhase = ''