cozette: 1.22.2 -> 1.23.1

Changelog: https://github.com/slavfox/Cozette/blob/v.1.23.1/CHANGELOG.md
This commit is contained in:
Mario Rodas
2023-11-30 04:20:00 +00:00
parent 78720c40b5
commit fcd20be6ea

View File

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