cdk-go 1.5.1 -> 1.5.2 https://github.com/cdk-team/CDK/releases attrpath: cdk-go Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Found old vendorHash = sha256-aJN/d/BxmleRXKw6++k6e0Vb0Gs5zg1QfakviABYTog= [golangModuleVersion] Replaced vendorHash with sha256-aJN/d/BxmleRXKw6++k6e0Vb0Gs5zg1QfakviABYTog= [golangModuleVersion] Finished updating vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/security/cdk-go/default.nix b/pkgs/tools/security/cdk-go/default.nix index e2a997bd781..79040fb2749 100644 --- a/pkgs/tools/security/cdk-go/default.nix +++ b/pkgs/tools/security/cdk-go/default.nix @@ -6,13 +6,13 @@ buildGoModule rec { pname = "cdk-go"; - version = "1.5.1"; + version = "1.5.2"; src = fetchFromGitHub { owner = "cdk-team"; repo = "CDK"; rev = "refs/tags/v${version}"; - hash = "sha256-d1EwKu3QUbIhpgSQLL3GqaPQJ1K/QxwhsHuX5y1jWH0="; + hash = "sha256-jgGOSlhlLO1MU1mHWZgw+ov4IrZwMo2GdG6L25ah9Z8="; }; vendorHash = "sha256-aJN/d/BxmleRXKw6++k6e0Vb0Gs5zg1QfakviABYTog="; Successfully finished processing cachix "/nix/store/pcn9ac7wyi47kb1h6f5axhgc29vgs63n-cdk-go-1.5.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://github.com/cdk-team/CDK/releases. meta.description for cdk-go is: Container penetration toolkit meta.homepage for cdk-go is: https://github.com/cdk-team/CDK meta.changelog for cdk-go is: https://github.com/cdk-team/CDK/releases/tag/v1.5.2 ###### 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 1.5.2 with grep in /nix/store/pcn9ac7wyi47kb1h6f5axhgc29vgs63n-cdk-go-1.5.2 - found 1.5.2 in filename of file in /nix/store/pcn9ac7wyi47kb1h6f5axhgc29vgs63n-cdk-go-1.5.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath cdk-go ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/pcn9ac7wyi47kb1h6f5axhgc29vgs63n-cdk-go-1.5.2 \ --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 cdk-go https://github.com/r-ryantm/nixpkgs/archive/0f472132523038f12018e9d44c93a9023fd017d7.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/pcn9ac7wyi47kb1h6f5axhgc29vgs63n-cdk-go-1.5.2 ls -la /nix/store/pcn9ac7wyi47kb1h6f5axhgc29vgs63n-cdk-go-1.5.2/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 @fabaff 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). https://api.github.com/repos/NixOS/nixpkgs/pulls/221255 cdk-go 1.5.1 -> 1.5.2 https://github.com/cdk-team/CDK/releases attrpath: cdk-go Checking auto update branch... No auto update branch exists Old version 1.5.1" not present in master derivation file with contents: { lib , stdenv , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "cdk-go"; version = "1.5.2"; src = fetchFromGitHub { owner = "cdk-team"; repo = "CDK"; rev = "refs/tags/v${version}"; hash = "sha256-jgGOSlhlLO1MU1mHWZgw+ov4IrZwMo2GdG6L25ah9Z8="; }; vendorHash = "sha256-aJN/d/BxmleRXKw6++k6e0Vb0Gs5zg1QfakviABYTog="; # At least one test is outdated doCheck = false; meta = with lib; { description = "Container penetration toolkit"; homepage = "https://github.com/cdk-team/CDK"; changelog = "https://github.com/cdk-team/CDK/releases/tag/v${version}"; license = with licenses; [ gpl2Only ]; maintainers = with maintainers; [ fab ]; mainProgram = "cdk"; broken = stdenv.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042 }; }