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

cozette: 1.23.1 -> 1.23.2
This commit is contained in:
Mario Rodas 2024-01-12 18:41:21 -05:00 committed by GitHub
commit c653ec5140
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.23.1";
version = "1.23.2";
src = fetchzip {
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip";
hash = "sha256-LbC5siSxDZnOEkfxeqOSyoaDuTEMG2xCpZaOZrHLTJo=";
hash = "sha256-v1UWrVx1PnNPiFtMMy4kOkIe//iHxx0LOA4nHo95Zws=";
};
installPhase = ''