SDL2_ttf 2.20.2 -> 2.22.0 https://github.com/libsdl-org/SDL_ttf/releases attrpath: SDL2_ttf 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/SDL2_ttf/default.nix b/pkgs/development/libraries/SDL2_ttf/default.nix index e46b9d9c537a..3407478b39b1 100644 --- a/pkgs/development/libraries/SDL2_ttf/default.nix +++ b/pkgs/development/libraries/SDL2_ttf/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation (finalAttrs: { pname = "SDL2_ttf"; - version = "2.20.2"; + version = "2.22.0"; src = fetchurl { url = "https://www.libsdl.org/projects/SDL_ttf/release/${finalAttrs.pname}-${finalAttrs.version}.tar.gz"; - sha256 = "sha256-ncce2TSHUhsQeixKnKa/Q/ti9r3dXCawVea5FBiiIFM="; + sha256 = "sha256-1Iy9HOR1ueF4IGvzty1Wtm2E1E9krAWAMyg5YjTWdyM="; }; configureFlags = [ "--disable-harfbuzz-builtin" ] Successfully finished processing cachix "/nix/store/924b6l6v1z9qp7va04551v4m9m8mhz60-SDL2_ttf-2.22.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/libsdl-org/SDL_ttf/releases. meta.description for SDL2_ttf is: Support for TrueType (.ttf) font files with Simple Directmedia Layer meta.homepage for SDL2_ttf is: https://github.com/libsdl-org/SDL_ttf ###### Updates performed - Version update ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 2.22.0 with grep in /nix/store/924b6l6v1z9qp7va04551v4m9m8mhz60-SDL2_ttf-2.22.0 - found 2.22.0 in filename of file in /nix/store/924b6l6v1z9qp7va04551v4m9m8mhz60-SDL2_ttf-2.22.0 ---
Rebuild report (if merged into master) (click to expand) ``` 204 total rebuild path(s) 204 package rebuild(s) First fifty rebuilds by attrpath SDL2_ttf Sylk _20kly alephone altair anki-bin anytype appimage-run appimage-run-tests arduino-ide badlion-client bazecor beekeeper-studio beeper betterdiscord-installer blobwars blockattack bloomrpc bootstrap-studio brutalmaze buttercup-desktop caido caprine-bin cataclysm-dda cataclysm-dda-git chickenPackages_5.chickenEggs.sdl2-ttf chrysalis cider codux colobot cozy-drive crypto-org-wallet davinci-resolve davinci-resolve-studio deskreen devdocs-desktop easyabc electron-mail electronplayer endgame-singularity enigma fheroes2 firefly-desktop flare flexoptix-app fluent-reader framesh freeciv freeciv_gtk freeciv_qt ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/924b6l6v1z9qp7va04551v4m9m8mhz60-SDL2_ttf-2.22.0 \ --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 SDL2_ttf https://github.com/r-ryantm/nixpkgs/archive/63f7e0c1add75b6a991e722f6d5ea8257e2fcff3.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/63f7e0c1add75b6a991e722f6d5ea8257e2fcff3#SDL2_ttf ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/924b6l6v1z9qp7va04551v4m9m8mhz60-SDL2_ttf-2.22.0 ls -la /nix/store/924b6l6v1z9qp7va04551v4m9m8mhz60-SDL2_ttf-2.22.0/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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/284359