2022-11-25T10:51:56 csound 6.17.0 -> 6.18.1 https://repology.org/metapackage/csound/versions 2022-11-25T10:51:59 attrpath: csound 2022-11-25T10:51:59 Checking auto update branch... 2022-11-25T10:51:59 No auto update branch exists 2022-11-25T10:52:02 [version] 2022-11-25T10:52:09 [version] updated version and sha256 2022-11-25T10:52:09 [rustCrateVersion] 2022-11-25T10:52:09 [rustCrateVersion] No cargoSha256 found 2022-11-25T10:52:09 [golangModuleVersion] 2022-11-25T10:52:09 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-25T10:52:09 [updateScript] 2022-11-25T10:52:09 [updateScript] skipping because derivation has no updateScript 2022-11-25T10:52:09 2022-11-25T10:52:09 [quotedUrls] 2022-11-25T10:52:09 [quotedUrls] nothing found to replace 2022-11-25T10:52:09 Diff after rewrites: diff --git a/pkgs/applications/audio/csound/default.nix b/pkgs/applications/audio/csound/default.nix index 4da3efbffe4..dc8ea92ae24 100644 --- a/pkgs/applications/audio/csound/default.nix +++ b/pkgs/applications/audio/csound/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { pname = "csound"; - version = "6.17.0"; + version = "6.18.1"; hardeningDisable = [ "format" ]; @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { owner = "csound"; repo = "csound"; rev = version; - sha256 = "sha256-O19jm3JxHg4TcQzWQZu1uFjfYN2FR41fCRq5YGnTGD0="; + sha256 = "sha256-O7s92N54+zIl07eIdK/puoSve/qJ3O01fTh0TP+VdZA="; }; cmakeFlags = [ "-DBUILD_CSOUND_AC=0" ] # fails to find Score.hpp 2022-11-25T10:54:04 Successfully finished processing 2022-11-25T10:54:04 cachix "/nix/store/j3cqdmad5qalizza6jyx1n4ffi1caq1q-csound-6.18.1" 2022-11-25T10:54:09 [check][nixpkgs-review] 2022-11-25T11:39:09 [check][nixpkgs-review] took longer than 45m and timed out 2022-11-25T11:39:09 nixpkgs-review took longer than 45m and timed out 2022-11-25T11:39:12 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/metapackage/csound/versions. meta.description for csound is: "Sound design, audio synthesis, and signal processing system, providing facilities for music composition and performance on all major operating systems and platforms" meta.homepage for csound is: "https://csound.com/" meta.changelog for csound is: "" ###### Updates performed - Version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/csound/csound/releases/tag/6.18.1) - [Compare changes on GitHub](https://github.com/csound/csound/compare/6.17.0...6.18.1) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 6.18.1 with grep in /nix/store/j3cqdmad5qalizza6jyx1n4ffi1caq1q-csound-6.18.1 - found 6.18.1 in filename of file in /nix/store/j3cqdmad5qalizza6jyx1n4ffi1caq1q-csound-6.18.1 ---
Rebuild report (if merged into master) (click to expand) ``` 6 total rebuild path(s) 6 package rebuild(s) First fifty rebuilds by attrpath csound csound-qt faust2csound hyper-haskell liquidwar solfege ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/j3cqdmad5qalizza6jyx1n4ffi1caq1q-csound-6.18.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 csound https://github.com/r-ryantm/nixpkgs/archive/0f37726b7763bd8f622e2aca931afc417f657374.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/j3cqdmad5qalizza6jyx1n4ffi1caq1q-csound-6.18.1 ls -la /nix/store/j3cqdmad5qalizza6jyx1n4ffi1caq1q-csound-6.18.1/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 cc @MarcWeber 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). 2022-11-25T11:39:15 https://api.github.com/repos/NixOS/nixpkgs/pulls/202837