lxgw-wenkai 1.250 -> 1.300 https://github.com/lxgw/LxgwWenKai/releases attrpath: lxgw-wenkai Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/data/fonts/lxgw-wenkai/default.nix b/pkgs/data/fonts/lxgw-wenkai/default.nix index c16a5f77492..65045dc6d28 100644 --- a/pkgs/data/fonts/lxgw-wenkai/default.nix +++ b/pkgs/data/fonts/lxgw-wenkai/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation rec { pname = "lxgw-wenkai"; - version = "1.250"; + version = "1.300"; src = fetchurl { url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz"; - hash = "sha256-Nkd0xXYCnR0NZAk/JCxy+zOlxIxD52Px4F9o2L9mgRE="; + hash = "sha256-pPN8siF/8D78sEcXoF+vZ4BIeYWyXAuk4HBQJP+G3O8="; }; installPhase = '' Successfully finished processing cachix "/nix/store/jzhlip4w4wb39d6v6n3p87p8m8svq3xx-lxgw-wenkai-1.300" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/lxgw/LxgwWenKai/releases. meta.description for lxgw-wenkai is: An open-source Chinese font derived from Fontworks' Klee One meta.homepage for lxgw-wenkai is: https://lxgw.github.io/ ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/lxgw/LxgwWenKai/releases/tag/v1.300) - [Compare changes on GitHub](https://github.com/lxgw/LxgwWenKai/compare/v1.250...v1.300) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.300 with grep in /nix/store/jzhlip4w4wb39d6v6n3p87p8m8svq3xx-lxgw-wenkai-1.300 - found 1.300 in filename of file in /nix/store/jzhlip4w4wb39d6v6n3p87p8m8svq3xx-lxgw-wenkai-1.300 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath lxgw-wenkai ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/jzhlip4w4wb39d6v6n3p87p8m8svq3xx-lxgw-wenkai-1.300 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (The Cachix cache is only trusted for this store-path realization.) For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A lxgw-wenkai https://github.com/r-ryantm/nixpkgs/archive/e1a67232bb0f699eedf7231be76f5af140b0bcb1.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/jzhlip4w4wb39d6v6n3p87p8m8svq3xx-lxgw-wenkai-1.300 ls -la /nix/store/jzhlip4w4wb39d6v6n3p87p8m8svq3xx-lxgw-wenkai-1.300/bin ``` ---

### Pre-merge build results We have automatically built all packages that will get rebuilt due to this change. This gives evidence on whether the upgrade will break dependent packages. Note sometimes packages show up as _failed to build_ independent of the change, simply because they are already broken on the target branch. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @Eliot00 for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). https://api.github.com/repos/NixOS/nixpkgs/pulls/230264 lxgw-wenkai 1.250 -> 1.300 https://repology.org/project/lxgw-wenkai/versions attrpath: lxgw-wenkai Checking auto update branch... No auto update branch exists Old version 1.250" not present in master derivation file with contents: { lib, stdenvNoCC, fetchurl }: stdenvNoCC.mkDerivation rec { pname = "lxgw-wenkai"; version = "1.300"; src = fetchurl { url = "https://github.com/lxgw/LxgwWenKai/releases/download/v${version}/${pname}-v${version}.tar.gz"; hash = "sha256-pPN8siF/8D78sEcXoF+vZ4BIeYWyXAuk4HBQJP+G3O8="; }; installPhase = '' runHook preInstall mkdir -p $out/share/fonts/truetype mv *.ttf $out/share/fonts/truetype runHook postInstall ''; meta = with lib; { homepage = "https://lxgw.github.io/"; description = "An open-source Chinese font derived from Fontworks' Klee One"; license = licenses.ofl; platforms = platforms.all; maintainers = with maintainers; [ elliot ]; }; }