cozette: 1.29.0 -> 1.30.0 (#429622)
This commit is contained in:
commit
5c7c5b589a
@ -12,13 +12,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "cozette";
|
pname = "cozette";
|
||||||
version = "1.29.0";
|
version = "1.30.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${
|
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${
|
||||||
builtins.replaceStrings [ "." ] [ "-" ] version
|
builtins.replaceStrings [ "." ] [ "-" ] version
|
||||||
}.zip";
|
}.zip";
|
||||||
hash = "sha256-DHUnCzp6c3d57cfkO2kH+czXRiqRWn6DBTo9NVTghQ0=";
|
hash = "sha256-Njh6V5wTBKM/1QKmPwG1qiOYyAJSVQXLTBLN03V6DaE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bdf2psf ];
|
nativeBuildInputs = [ bdf2psf ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user