cozette: 1.19.2 -> 1.20.1
Diff: https://github.com/slavfox/Cozette/compare/v.1.19.2...v.1.20.1 Changelog: https://github.com/slavfox/Cozette/blob/v.1.20.1/CHANGELOG.md
This commit is contained in:
parent
fc66814d6f
commit
b689125eec
1 changed files with 4 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "cozette";
|
||||
version = "1.19.2";
|
||||
version = "1.20.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts.zip";
|
||||
hash = "sha256-+TnKUgrAafR5irS9XeXWfb1a2PfUKOXf8CAmqJbf6y4=";
|
||||
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts-v-${builtins.replaceStrings ["."] ["-"] version}.zip";
|
||||
hash = "sha256-5JODQhwKJRRBypAuVFulv9FiaVNchVi/TPb4HYQgvzk=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
|
@ -23,6 +23,7 @@ stdenvNoCC.mkDerivation rec {
|
|||
meta = with lib; {
|
||||
description = "A bitmap programming font optimized for coziness";
|
||||
homepage = "https://github.com/slavfox/cozette";
|
||||
changelog = "https://github.com/slavfox/Cozette/blob/v.${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ brettlyons marsam ];
|
||||
|
|
Loading…
Reference in a new issue