libopenmpt 0 -> 1 attrpath: libopenmpt 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] this derivation will be built: /nix/store/hz38aj5vk8wygzp1rs21r5vils38cl5y-packages.json.drv building '/nix/store/hz38aj5vk8wygzp1rs21r5vils38cl5y-packages.json.drv'... Going to be running update for following packages: - libopenmpt-0.7.4 Press Enter key to continue... Running update for: - libopenmpt-0.7.4: UPDATING ... - libopenmpt-0.7.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/audio/libopenmpt/default.nix b/pkgs/development/libraries/audio/libopenmpt/default.nix index cb515ebde884..da288f145613 100644 --- a/pkgs/development/libraries/audio/libopenmpt/default.nix +++ b/pkgs/development/libraries/audio/libopenmpt/default.nix @@ -16,13 +16,13 @@ stdenv.mkDerivation rec { pname = "libopenmpt"; - version = "0.7.4"; + version = "0.7.6"; outputs = [ "out" "dev" "bin" ]; src = fetchurl { url = "https://lib.openmpt.org/files/libopenmpt/src/libopenmpt-${version}+release.autotools.tar.gz"; - hash = "sha256-FgD5M16uOQQImmKG9SWBKWHFTONqBd/m7qpXbdkyjz8="; + hash = "sha256-Fi1yowa7LhFMJPolJn0NCgrBbzn9laXA38daZm7l5PU="; }; enableParallelBuilding = true; An auto update branch exists with message `libopenmpt: 0.7.4 -> 0.7.5`. New version is 0.7.6. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/hmyabsm5f11as2gvwy7n98f0p5gar4a4-libopenmpt-0.7.6" Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 12 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 11 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 13 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 8 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 7 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 6 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 5 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 4 Waiting for OfBorg: https://events.ofborg.org/stats.php's evaluator.messages.waiting = 3 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 libopenmpt is: Cross-platform C++ and C library to decode tracked music files into a raw PCM audio stream meta.homepage for libopenmpt is: https://lib.openmpt.org/libopenmpt/ ###### 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 0.7.6 with grep in /nix/store/hmyabsm5f11as2gvwy7n98f0p5gar4a4-libopenmpt-0.7.6 - found 0.7.6 in filename of file in /nix/store/hmyabsm5f11as2gvwy7n98f0p5gar4a4-libopenmpt-0.7.6 ---
Rebuild report (if merged into master) (click to expand) ``` 1751 total rebuild path(s) 1751 package rebuild(s) First fifty rebuilds by attrpath CHOWTapeModel ChowKick MIDIVisualizer Sylk abracadabra activitywatch adapta-gtk-theme adriconf adwsteamgtk aegisub affine ags ajour akkoma alfaview alfis almanah alsa-scarlett-gui altair alvr am2rlauncher amberol amule amule-daemon amule-gui amule-web anilibria-winmaclinux anki anytype apache-directory-studio apostrophe appimage-run appimage-run-tests apx-gui aravis archi archivebox arduino-ide asc ashpd-demo asn1editor astroid audacious audacious-plugins audaciousQt5 audacity audio-recorder audio-sharing audiobookshelf authenticator ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hmyabsm5f11as2gvwy7n98f0p5gar4a4-libopenmpt-0.7.6 \ --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 libopenmpt https://github.com/r-ryantm/nixpkgs/archive/fdd354f1974b713046c02b8f0ec739e9fd4708f0.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/fdd354f1974b713046c02b8f0ec739e9fd4708f0#libopenmpt ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hmyabsm5f11as2gvwy7n98f0p5gar4a4-libopenmpt-0.7.6 ls -la /nix/store/hmyabsm5f11as2gvwy7n98f0p5gar4a4-libopenmpt-0.7.6/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings cc @OPNA2608 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/298295