2022-11-09T17:10:14 earlybird 1.25.0 -> 3.13.1 https://github.com/americanexpress/earlybird/releases 2022-11-09T17:10:16 attrpath: earlybird 2022-11-09T17:10:16 Checking auto update branch... 2022-11-09T17:10:16 No auto update branch exists 2022-11-09T17:10:20 [version] 2022-11-09T17:10:20 [version] generic version rewriter does not support multiple hashes 2022-11-09T17:10:20 [rustCrateVersion] 2022-11-09T17:10:20 [rustCrateVersion] No cargoSha256 found 2022-11-09T17:10:20 [golangModuleVersion] 2022-11-09T17:10:23 [golangModuleVersion] Found old vendorSha256 = oSHBR1EvK/1+cXqGNCE9tWn6Kd/BwNY3m5XrKCAijhA= 2022-11-09T17:10:30 [golangModuleVersion] Replaced vendorSha256 with sha256-oSHBR1EvK/1+cXqGNCE9tWn6Kd/BwNY3m5XrKCAijhA= 2022-11-09T17:10:46 [golangModuleVersion] Finished updating vendorSha256 2022-11-09T17:10:46 [updateScript] 2022-11-09T17:10:46 [updateScript] skipping because derivation has no updateScript 2022-11-09T17:10:46 2022-11-09T17:10:46 [quotedUrls] 2022-11-09T17:10:46 [quotedUrls] nothing found to replace 2022-11-09T17:10:47 Diff after rewrites: diff --git a/pkgs/tools/security/earlybird/default.nix b/pkgs/tools/security/earlybird/default.nix index 30916acda72..0dcd3e0901b 100644 --- a/pkgs/tools/security/earlybird/default.nix +++ b/pkgs/tools/security/earlybird/default.nix @@ -4,18 +4,18 @@ }: buildGoModule { pname = "earlybird"; - version = "1.25.0"; + version = "3.13.1"; src = fetchFromGitHub { owner = "americanexpress"; repo = "earlybird"; - # According to the GitHub repo, the latest version *is* 1.25.0, but they + # According to the GitHub repo, the latest version *is* 3.13.1, but they # tagged it as "refs/heads/main-2" rev = "4f365f1c02972dc0a68a196a262912d9c4325b21"; - sha256 = "UZXHYBwBmb9J1HrE/htPZcKvZ+7mc+oXnUtzgBmBgN4="; + sha256 = "sha256-UZXHYBwBmb9J1HrE/htPZcKvZ+7mc+oXnUtzgBmBgN4="; }; - vendorSha256 = "oSHBR1EvK/1+cXqGNCE9tWn6Kd/BwNY3m5XrKCAijhA="; + vendorSha256 = "sha256-oSHBR1EvK/1+cXqGNCE9tWn6Kd/BwNY3m5XrKCAijhA="; meta = with lib; { description = "A sensitive data detection tool capable of scanning source code repositories for passwords, key files, and more"; 2022-11-09T17:10:47 Source url did not change.