libass 0.16.0 -> 0.17.1 https://github.com/libass/libass/releases attrpath: libass Checking auto update branch... An auto update branch exists with message `libass: 0.16.0 -> 0.17.0`. New version is 0.17.1. The auto update branch does not match or exceed the new version. [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/development/libraries/libass/default.nix b/pkgs/development/libraries/libass/default.nix index 7ed461516cc..84c3eb39ef3 100644 --- a/pkgs/development/libraries/libass/default.nix +++ b/pkgs/development/libraries/libass/default.nix @@ -10,11 +10,11 @@ assert fontconfigSupport -> fontconfig != null; stdenv.mkDerivation rec { pname = "libass"; - version = "0.16.0"; + version = "0.17.1"; src = fetchurl { url = "https://github.com/libass/libass/releases/download/${version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-Xb3p4iM5EZz47tWe6mxiOgdG71qQtonmigkBCQeOPAg="; + sha256 = "sha256-8NoLv7pHbBauPhz9hiJW0wkVkR96uqGxbOYu5lMZJ4Q="; }; configureFlags = [ Successfully finished processing cachix "/nix/store/kdd8wpy8nqwvbk88vfs3pvm8hay48pzg-libass-0.17.1" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/libass/libass/releases. meta.description for libass is: Portable ASS/SSA subtitle renderer meta.homepage for libass is: https://github.com/libass/libass ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/libass/libass/releases/tag/0.17.1) - [Compare changes on GitHub](https://github.com/libass/libass/compare/0.16.0...0.17.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 0.17.1 with grep in /nix/store/kdd8wpy8nqwvbk88vfs3pvm8hay48pzg-libass-0.17.1 - found 0.17.1 in filename of file in /nix/store/kdd8wpy8nqwvbk88vfs3pvm8hay48pzg-libass-0.17.1 ---
Rebuild report (if merged into master) (click to expand) ``` 3194 total rebuild path(s) 3194 package rebuild(s) First fifty rebuilds by attrpath ChowKick CuboCore.corepdf CuboCore.coretoppings EmptyEpsilon MIDIVisualizer PageEdit SDL2 SDL2_gfx SDL2_image SDL2_image_2_0_5 SDL2_mixer SDL2_mixer_2_0 SDL2_net SDL2_sound SDL2_ttf SDL2_ttf_2_0_15 SDL_audiolib SDL_compat SDL_gpu Sylk _1oom _20kly _7kaa _90secondportraits aaxtomp3 abbaye-des-morts acoustidFingerprinter adapta-gtk-theme adl aegisub ahoviewer aitrack alass alephone alfaview alfis allegro allegro4 allegro5 almanah alpine-make-vm-image alsa-scarlett-gui altair alure alure2 amarok amarok-kf5 amberol anbox andyetitmoves ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/kdd8wpy8nqwvbk88vfs3pvm8hay48pzg-libass-0.17.1 \ --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 libass https://github.com/r-ryantm/nixpkgs/archive/5a11d74d175a7983137e912a3a4cfe0da4aa40d6.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/kdd8wpy8nqwvbk88vfs3pvm8hay48pzg-libass-0.17.1 ls -la /nix/store/kdd8wpy8nqwvbk88vfs3pvm8hay48pzg-libass-0.17.1/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @codyopel 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/204410