2022-11-18T00:16:53 doctl 1.85.0 -> 1.87.0 https://github.com/digitalocean/doctl/releases 2022-11-18T00:16:55 attrpath: doctl 2022-11-18T00:16:55 Checking auto update branch... 2022-11-18T00:16:56 An auto update branch exists with message `doctl: 1.85.0 -> 1.86.0`. New version is 1.87.0. 2022-11-18T00:16:56 The auto update branch does not match or exceed the new version. 2022-11-18T00:16:59 [version] 2022-11-18T00:16:59 [version] generic version rewriter does not support multiple hashes 2022-11-18T00:16:59 [rustCrateVersion] 2022-11-18T00:16:59 [rustCrateVersion] No cargoSha256 found 2022-11-18T00:16:59 [golangModuleVersion] 2022-11-18T00:17:06 [golangModuleVersion] Found old vendorSha256 = null 2022-11-18T00:17:21 [golangModuleVersion] Set vendorSha256 to null 2022-11-18T00:17:21 [golangModuleVersion] Finished updating vendorSha256 2022-11-18T00:17:21 [updateScript] 2022-11-18T00:17:21 [updateScript] skipping because derivation has no updateScript 2022-11-18T00:17:21 2022-11-18T00:17:21 [quotedUrls] 2022-11-18T00:17:21 [quotedUrls] nothing found to replace 2022-11-18T00:17:21 Diff after rewrites: diff --git a/pkgs/development/tools/doctl/default.nix b/pkgs/development/tools/doctl/default.nix index ab83d20b5a7..f4daa199e20 100644 --- a/pkgs/development/tools/doctl/default.nix +++ b/pkgs/development/tools/doctl/default.nix @@ -2,7 +2,7 @@ buildGoModule rec { pname = "doctl"; - version = "1.85.0"; + version = "1.87.0"; vendorSha256 = null; @@ -31,7 +31,7 @@ buildGoModule rec { owner = "digitalocean"; repo = "doctl"; rev = "v${version}"; - sha256 = "sha256-zA+9RpGGiRlu/xQoKjkI5zg6d2fPR7WKW0Sj2ggSypA="; + sha256 = "sha256-y5RHICd82FLWDkygCcmrnPwISEv/WuRwQiXXqS6cSKg="; }; meta = with lib; { 2022-11-18T00:18:49 Successfully finished processing 2022-11-18T00:18:49 cachix "/nix/store/ggkgkc4nwacaihqv0cw8v4glb0cqimrc-doctl-1.87.0" 2022-11-18T00:18:56 [check][nixpkgs-review] 2022-11-18T00:21:46 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
2022-11-18T00:21:50 Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/digitalocean/doctl/releases. meta.description for doctl is: "A command line tool for DigitalOcean services" meta.homepage for doctl is: "https://github.com/digitalocean/doctl" meta.changelog for doctl is: "" ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/digitalocean/doctl/releases/tag/v1.87.0) - [Compare changes on GitHub](https://github.com/digitalocean/doctl/compare/v1.85.0...v1.87.0) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.87.0 with grep in /nix/store/ggkgkc4nwacaihqv0cw8v4glb0cqimrc-doctl-1.87.0 - found 1.87.0 in filename of file in /nix/store/ggkgkc4nwacaihqv0cw8v4glb0cqimrc-doctl-1.87.0 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath doctl ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/ggkgkc4nwacaihqv0cw8v4glb0cqimrc-doctl-1.87.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 doctl https://github.com/r-ryantm/nixpkgs/archive/905ffc76669672cb27ac999d2002954793ee7599.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/ggkgkc4nwacaihqv0cw8v4glb0cqimrc-doctl-1.87.0 ls -la /nix/store/ggkgkc4nwacaihqv0cw8v4glb0cqimrc-doctl-1.87.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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
--- ###### Maintainer pings cc @langston-barrett 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-18T00:21:52 Updated existing PR 2022-11-18T00:21:52 https://api.github.com/repos/NixOS/nixpkgs/pulls/201416 2022-11-18T08:26:47 doctl 1.85.0 -> 1.87.0 https://repology.org/metapackage/doctl/versions 2022-11-18T08:26:50 attrpath: doctl 2022-11-18T08:26:50 Checking auto update branch... 2022-11-18T08:26:50 An auto update branch exists with message `doctl: 1.85.0 -> 1.87.0`. New version is 1.87.0. 2022-11-18T08:26:50 An auto update branch exists with an equal or greater version 2022-11-18T18:25:47 doctl 1.85.0 -> 1.87.0 https://github.com/digitalocean/doctl/releases 2022-11-18T18:25:49 attrpath: doctl 2022-11-18T18:25:49 Checking auto update branch... 2022-11-18T18:25:49 No auto update branch exists 2022-11-18T18:25:50 Old version 1.85.0" not present in master derivation file with contents: { stdenv, lib, buildGoModule, fetchFromGitHub, installShellFiles, buildPackages }: buildGoModule rec { pname = "doctl"; version = "1.87.0"; vendorSha256 = null; doCheck = false; subPackages = [ "cmd/doctl" ]; ldflags = let t = "github.com/digitalocean/doctl"; in [ "-X ${t}.Major=${lib.versions.major version}" "-X ${t}.Minor=${lib.versions.minor version}" "-X ${t}.Patch=${lib.versions.patch version}" "-X ${t}.Label=release" ]; nativeBuildInputs = [ installShellFiles ]; postInstall = '' export HOME=$(mktemp -d) # attempts to write to /homeless-shelter for shell in bash fish zsh; do ${stdenv.hostPlatform.emulator buildPackages} $out/bin/doctl completion $shell > doctl.$shell installShellCompletion doctl.$shell done ''; src = fetchFromGitHub { owner = "digitalocean"; repo = "doctl"; rev = "v${version}"; sha256 = "sha256-y5RHICd82FLWDkygCcmrnPwISEv/WuRwQiXXqS6cSKg="; }; meta = with lib; { description = "A command line tool for DigitalOcean services"; homepage = "https://github.com/digitalocean/doctl"; license = licenses.asl20; maintainers = [ maintainers.siddharthist ]; }; }