diff --git a/pkgs/by-name/se/secrethound/package.nix b/pkgs/by-name/se/secrethound/package.nix index 18eb778b9839..1e90e726faf2 100644 --- a/pkgs/by-name/se/secrethound/package.nix +++ b/pkgs/by-name/se/secrethound/package.nix @@ -6,13 +6,13 @@ buildGoModule (finalAttrs: { pname = "secrethound"; - version = "1.1.0"; + version = "1.2.0"; src = fetchFromGitHub { owner = "rafabd1"; repo = "SecretHound"; - rev = "v${finalAttrs.version}"; - hash = "sha256-mZ2rZMjNKLJ+AQQlEGUwgSpIAhqbHG53wUNDIEtJXwI="; + tag = "v${finalAttrs.version}"; + hash = "sha256-ca0AwD1oFBB8F2J4gLMtaDssacczugAkkSYdBTvT4VQ="; }; vendorHash = "sha256-oTyI3/+evDTzyH+BjfSP0A1r2bYVAMxtWRsg0G1d2zQ="; @@ -23,8 +23,9 @@ buildGoModule (finalAttrs: { ]; meta = { - description = "A powerful CLI tool designed to find secrets in JavaScript files, web pages, and other text sources."; + description = "CLI tool designed to find secrets in JavaScript files, web pages, and other text sources"; homepage = "https://github.com/rafabd1/SecretHound"; + changelog = "https://github.com/rafabd1/SecretHound/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = [ lib.maintainers.michaelBelsanti ]; mainProgram = "secrethound";