cozette: 1.29.0 -> 1.30.0 (#429622)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:37:41 +00:00
committed by GitHub
+2 -2
View File
@@ -12,13 +12,13 @@ let
in
stdenvNoCC.mkDerivation rec {
pname = "cozette";
version = "1.29.0";
version = "1.30.0";
src = fetchzip {
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${
builtins.replaceStrings [ "." ] [ "-" ] version
}.zip";
hash = "sha256-DHUnCzp6c3d57cfkO2kH+czXRiqRWn6DBTo9NVTghQ0=";
hash = "sha256-Njh6V5wTBKM/1QKmPwG1qiOYyAJSVQXLTBLN03V6DaE=";
};
nativeBuildInputs = [ bdf2psf ];