cozette: 1.8.3 -> 1.13.0 (#157590)

https://github.com/slavfox/Cozette/blob/v.1.13.0/CHANGELOG.md (including skipped releases)
main
Will Dietz 2 years ago committed by GitHub
parent 330c63f740
commit 92e3901b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/data/fonts/cozette/default.nix

@ -1,14 +1,14 @@
{ lib, fetchzip }:
let
version = "1.8.3";
version = "1.13.0";
in
fetchzip rec {
name = "Cozette-${version}";
url = "https://github.com/slavfox/Cozette/releases/download/v.${version}/CozetteFonts.zip";
sha256 = "1nc4zk6n7cbv9vwlhpm3ady5lc4d4ic1klyywwfg27w8j0jv57hx";
sha256 = "sha256-xp3BCYfNUxCNewg4FfzmJnKp0PARvvnViMVwT25nWdM=";
postFetch = ''
mkdir -p $out/share/fonts

Loading…
Cancel
Save