amass 3.23.3 -> 4.0.1 https://github.com/OWASP/Amass/releases attrpath: amass Checking auto update branch... No auto update branch exists Old version 3.23.3" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub }: buildGoModule rec { pname = "amass"; version = "4.0.1"; src = fetchFromGitHub { owner = "OWASP"; repo = "Amass"; rev = "v${version}"; hash = "sha256-FdOfTZG2zzO8Lp3/CbSw8ouDmveXDzbIBB34EuKiyXg="; }; vendorHash = "sha256-ZA9XKloUk46pdJK0Lutk1upPfT9irwR0NtmntCkzmlA="; outputs = [ "out" "wordlists" ]; postInstall = '' mkdir -p $wordlists cp -R examples/wordlists/*.txt $wordlists gzip $wordlists/*.txt ''; # https://github.com/OWASP/Amass/issues/640 doCheck = false; meta = with lib; { description = "In-Depth DNS Enumeration and Network Mapping"; longDescription = '' The OWASP Amass tool suite obtains subdomain names by scraping data sources, recursive brute forcing, crawling web archives, permuting/altering names and reverse DNS sweeping. Additionally, Amass uses the IP addresses obtained during resolution to discover associated netblocks and ASNs. All the information is then used to build maps of the target networks. Amass ships with a set of wordlist (to be used with the amass -w flag) that are found under the wordlists output. ''; homepage = "https://owasp.org/www-project-amass/"; changelog = "https://github.com/OWASP/Amass/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ kalbasit fab ]; }; } amass 4.0.1 -> 4.0.2 https://github.com/OWASP/Amass/releases attrpath: amass 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-ZA9XKloUk46pdJK0Lutk1upPfT9irwR0NtmntCkzmlA=" [golangModuleVersion] Replaced vendorHash with sha256-4Ml9qiaXf2zBIDdJE7JWHf684YD1yuIPd4VTRcBNLcE= [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/networking/amass/default.nix b/pkgs/tools/networking/amass/default.nix index 1995f8ffc8e..f083ef0e514 100644 --- a/pkgs/tools/networking/amass/default.nix +++ b/pkgs/tools/networking/amass/default.nix @@ -5,16 +5,16 @@ buildGoModule rec { pname = "amass"; - version = "4.0.1"; + version = "4.0.2"; src = fetchFromGitHub { owner = "OWASP"; repo = "Amass"; rev = "v${version}"; - hash = "sha256-FdOfTZG2zzO8Lp3/CbSw8ouDmveXDzbIBB34EuKiyXg="; + hash = "sha256-2XFFOV2Z6oDpBj640+Y6ERqK+bqh3w9bspBEfw9Gpjw="; }; - vendorHash = "sha256-ZA9XKloUk46pdJK0Lutk1upPfT9irwR0NtmntCkzmlA="; + vendorHash = "sha256-4Ml9qiaXf2zBIDdJE7JWHf684YD1yuIPd4VTRcBNLcE="; outputs = [ "out" Successfully finished processing cachix "/nix/store/j3spqh08s9r91v3x8pc0b5a4bsw544jj-amass-4.0.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/OWASP/Amass/releases. meta.description for amass is: In-Depth DNS Enumeration and Network Mapping meta.homepage for amass is: https://owasp.org/www-project-amass/ meta.changelog for amass is: https://github.com/OWASP/Amass/releases/tag/v4.0.2 ###### Updates performed - Golang update ###### To inspect upstream changes - [Release on GitHub](https://github.com/owasp-amass/amass/releases/tag/v4.0.2) - [Compare changes on GitHub](https://github.com/OWASP/Amass/compare/v4.0.1...v4.0.2) ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 4.0.2 with grep in /nix/store/j3spqh08s9r91v3x8pc0b5a4bsw544jj-amass-4.0.2 - found 4.0.2 in filename of file in /nix/store/j3spqh08s9r91v3x8pc0b5a4bsw544jj-amass-4.0.2 ---
Rebuild report (if merged into master) (click to expand) ``` 1 total rebuild path(s) 1 package rebuild(s) First fifty rebuilds by attrpath amass ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/j3spqh08s9r91v3x8pc0b5a4bsw544jj-amass-4.0.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 amass https://github.com/r-ryantm/nixpkgs/archive/b6add7089131c928e9aac758399a6e91f26e1825.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/j3spqh08s9r91v3x8pc0b5a4bsw544jj-amass-4.0.2 ls -la /nix/store/j3spqh08s9r91v3x8pc0b5a4bsw544jj-amass-4.0.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 @kalbasit @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/244896