libmpg123 0 -> 1 attrpath: libmpg123 Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] these 2 derivations will be built: /nix/store/rnqimfjwvy56ff1hibn9vdjzwvrp6byl-update-mpg123.drv /nix/store/sriqyich453dw85d1ldai4c2g0bk0j1h-packages.json.drv building '/nix/store/rnqimfjwvy56ff1hibn9vdjzwvrp6byl-update-mpg123.drv'... sourcing setup hook '/nix/store/dv5vgsw8naxnkcc88x78vprbnn1pp44y-patchelf-0.15.0/nix-support/setup-hook' sourcing setup hook '/nix/store/i4iynx9axbq23sd0gyrc5wdb46zz6z8l-update-autotools-gnu-config-scripts-hook/nix-support/setup-hook' sourcing setup hook '/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh' sourcing setup hook '/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh' sourcing setup hook '/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh' sourcing setup hook '/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh' sourcing setup hook '/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh' sourcing setup hook '/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh' sourcing setup hook '/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh' sourcing setup hook '/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh' sourcing setup hook '/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh' sourcing setup hook '/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh' sourcing setup hook '/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh' sourcing setup hook '/nix/store/aazf105snicrlvyzzbdj85sx4179rpfp-set-source-date-epoch-to-latest.sh' sourcing setup hook '/nix/store/gps9qrh99j7g02840wv5x78ykmz30byp-strip.sh' building '/nix/store/sriqyich453dw85d1ldai4c2g0bk0j1h-packages.json.drv'... sourcing setup hook '/nix/store/dv5vgsw8naxnkcc88x78vprbnn1pp44y-patchelf-0.15.0/nix-support/setup-hook' sourcing setup hook '/nix/store/i4iynx9axbq23sd0gyrc5wdb46zz6z8l-update-autotools-gnu-config-scripts-hook/nix-support/setup-hook' sourcing setup hook '/nix/store/h9lc1dpi14z7is86ffhl3ld569138595-audit-tmpdir.sh' sourcing setup hook '/nix/store/m54bmrhj6fqz8nds5zcj97w9s9bckc9v-compress-man-pages.sh' sourcing setup hook '/nix/store/wgrbkkaldkrlrni33ccvm3b6vbxzb656-make-symlinks-relative.sh' sourcing setup hook '/nix/store/5yzw0vhkyszf2d179m0qfkgxmp5wjjx4-move-docs.sh' sourcing setup hook '/nix/store/fyaryjvghbkpfnsyw97hb3lyb37s1pd6-move-lib64.sh' sourcing setup hook '/nix/store/kd4xwxjpjxi71jkm6ka0np72if9rm3y0-move-sbin.sh' sourcing setup hook '/nix/store/pag6l61paj1dc9sv15l7bm5c17xn5kyk-move-systemd-user-units.sh' sourcing setup hook '/nix/store/jivxp510zxakaaic7qkrb7v1dd2rdbw9-multiple-outputs.sh' sourcing setup hook '/nix/store/ilaf1w22bxi6jsi45alhmvvdgy4ly3zs-patch-shebangs.sh' sourcing setup hook '/nix/store/cickvswrvann041nqxb0rxilc46svw1n-prune-libtool-files.sh' sourcing setup hook '/nix/store/xyff06pkhki3qy1ls77w10s0v79c9il0-reproducible-builds.sh' sourcing setup hook '/nix/store/aazf105snicrlvyzzbdj85sx4179rpfp-set-source-date-epoch-to-latest.sh' sourcing setup hook '/nix/store/gps9qrh99j7g02840wv5x78ykmz30byp-strip.sh' Going to be running update for following packages: - libmpg123-1.32.6 Press Enter key to continue... Running update for: - libmpg123-1.32.6: UPDATING ... - libmpg123-1.32.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/audio/mpg123/default.nix b/pkgs/applications/audio/mpg123/default.nix index f7480557eb5e..9fe4e925c13a 100644 --- a/pkgs/applications/audio/mpg123/default.nix +++ b/pkgs/applications/audio/mpg123/default.nix @@ -22,11 +22,11 @@ assert withConplay -> !libOnly; stdenv.mkDerivation rec { pname = "${lib.optionalString libOnly "lib"}mpg123"; - version = "1.32.6"; + version = "1.32.7"; src = fetchurl { url = "mirror://sourceforge/mpg123/mpg123-${version}.tar.bz2"; - hash = "sha256-zN0dCrwx1z2LQ1/GWMeQSdCpBbMGabakKgOtFp3GCeY="; + hash = "sha256-PIkZJDcHlRysDjw5u/KGU7yv/EPJj/FoAaJzUNuPDyE="; }; outputs = [ "out" "dev" "man" ] ++ lib.optional withConplay "conplay"; No auto update branch exists Successfully finished processing cachix "/nix/store/a5nl8b58c4frzzij0sd8p00f70isqhaf-libmpg123-1.32.7" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 26 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 25 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 24 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 23 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 22 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 16 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 16 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 15 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 17 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 21 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 19 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 20 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for libmpg123 is: Fast console MPEG Audio Player and decoder library meta.homepage for libmpg123 is: https://mpg123.org ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.32.7 with grep in /nix/store/a5nl8b58c4frzzij0sd8p00f70isqhaf-libmpg123-1.32.7 - found 1.32.7 in filename of file in /nix/store/a5nl8b58c4frzzij0sd8p00f70isqhaf-libmpg123-1.32.7 ---
Rebuild report (if merged into master) (click to expand) ``` 6413 total rebuild path(s) 6413 package rebuild(s) First fifty rebuilds by attrpath CuboCore.corepdf CuboCore.coretime CuboCore.coretoppings LPCNet MMA OVMFFull SDL SDL2 SDL2_Pango SDL2_gfx SDL2_image SDL2_image_2_0 SDL2_image_2_6 SDL2_mixer SDL2_mixer_2_0 SDL2_net SDL2_sound SDL2_ttf SDL_Pango SDL_audiolib SDL_classic SDL_compat SDL_gfx SDL_gpu SDL_image SDL_mixer SDL_net SDL_sound SDL_stretch SDL_ttf _1oom _20kly _2ship2harkinian _4d-minesweeper _64gram _7kaa _86Box _86Box-with-roms _90secondportraits a2jmidid aaxtomp3 abaddon abbaye-des-morts abcde abracadabra abuse accuraterip-checksum actiona activitywatch ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/a5nl8b58c4frzzij0sd8p00f70isqhaf-libmpg123-1.32.7 \ --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 libmpg123 https://github.com/r-ryantm/nixpkgs/archive/6d237d891cca996abfa684ad45b5a9eb986b82ef.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/6d237d891cca996abfa684ad45b5a9eb986b82ef#libmpg123 ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/a5nl8b58c4frzzij0sd8p00f70isqhaf-libmpg123-1.32.7 ls -la /nix/store/a5nl8b58c4frzzij0sd8p00f70isqhaf-libmpg123-1.32.7/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @ftrvxmtrx for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). --- Add a :+1: [reaction] to [pull requests you find important]. [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ [pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc https://api.github.com/repos/NixOS/nixpkgs/pulls/333300