earlybird 1.25.0 -> 3.13.2 https://github.com/americanexpress/earlybird/releases attrpath: earlybird 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 = oSHBR1EvK/1+cXqGNCE9tWn6Kd/BwNY3m5XrKCAijhA= [golangModuleVersion] Replaced vendorHash with sha256-oSHBR1EvK/1+cXqGNCE9tWn6Kd/BwNY3m5XrKCAijhA= [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/earlybird/default.nix b/pkgs/tools/security/earlybird/default.nix index 30916acda72..514f6d0672c 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.2"; 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.2, 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="; + vendorHash = "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"; Source url did not change.