2022-12-13T22:33:12 lxd 5.8 -> 5.9 https://github.com/lxc/lxd/releases 2022-12-13T22:33:14 attrpath: lxd 2022-12-13T22:33:14 Checking auto update branch... 2022-12-13T22:33:14 No auto update branch exists 2022-12-13T22:33:18 [version] 2022-12-13T22:33:18 [version] generic version rewriter does not support multiple hashes 2022-12-13T22:33:18 [rustCrateVersion] 2022-12-13T22:33:18 [rustCrateVersion] No cargoSha256 found 2022-12-13T22:33:18 [golangModuleVersion] 2022-12-13T22:33:23 [golangModuleVersion] Found old vendorSha256 = null 2022-12-13T22:36:00 [golangModuleVersion] Set vendorSha256 to null 2022-12-13T22:36:00 [golangModuleVersion] Finished updating vendorSha256 2022-12-13T22:36:00 [updateScript] 2022-12-13T22:36:00 [updateScript] skipping because derivation has no updateScript 2022-12-13T22:36:00 2022-12-13T22:36:00 [quotedUrls] 2022-12-13T22:36:00 [quotedUrls] nothing found to replace 2022-12-13T22:36:00 Diff after rewrites: diff --git a/pkgs/tools/admin/lxd/default.nix b/pkgs/tools/admin/lxd/default.nix index 348760fb3e8..1300d71050b 100644 --- a/pkgs/tools/admin/lxd/default.nix +++ b/pkgs/tools/admin/lxd/default.nix @@ -32,14 +32,14 @@ buildGoModule rec { pname = "lxd"; - version = "5.8"; + version = "5.9"; src = fetchurl { urls = [ "https://linuxcontainers.org/downloads/lxd/lxd-${version}.tar.gz" "https://github.com/lxc/lxd/releases/download/lxd-${version}/lxd-${version}.tar.gz" ]; - sha256 = "sha256-mYyDYO8k4MVoNa8xfp1vH2nyuhNsDJ93s9F5hjaMftk="; + sha256 = "sha256-okz3++PlUno03tp+jpLxfAWlFJhyOCH2mxRtHo5YEX8="; }; vendorSha256 = null; 2022-12-13T22:37:28 Successfully finished processing 2022-12-13T22:37:28 cachix "/nix/store/j5ap1ig706dqncwhrjl8j837mxbr6zzm-lxd-5.9" 2022-12-13T22:40:38 [check][nixpkgs-review] 2022-12-13T22:43:27 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-12-13T22:43:29 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/lxc/lxd/releases. meta.description for lxd is: "Daemon based on liblxc offering a REST API to manage containers" meta.homepage for lxd is: "https://linuxcontainers.org/lxd/" meta.changelog for lxd is: "https://github.com/lxc/lxd/releases/tag/lxd-5.9" ###### Updates performed - Golang update ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 5.9 with grep in /nix/store/j5ap1ig706dqncwhrjl8j837mxbr6zzm-lxd-5.9 - found 5.9 in filename of file in /nix/store/j5ap1ig706dqncwhrjl8j837mxbr6zzm-lxd-5.9 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath lxd ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/j5ap1ig706dqncwhrjl8j837mxbr6zzm-lxd-5.9 \ --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 lxd https://github.com/r-ryantm/nixpkgs/archive/a946e186c571d8f542ac6d00750f2944c958aaf8.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/j5ap1ig706dqncwhrjl8j837mxbr6zzm-lxd-5.9 ls -la /nix/store/j5ap1ig706dqncwhrjl8j837mxbr6zzm-lxd-5.9/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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @marsam 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-12-13T22:43:31 https://api.github.com/repos/NixOS/nixpkgs/pulls/205977