Loading pkgs/by-name/se/secrethound/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildGoModule (finalAttrs: { src = fetchFromGitHub { owner = "rafabd1"; repo = "SecretHound"; rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}"; hash = "sha256-ca0AwD1oFBB8F2J4gLMtaDssacczugAkkSYdBTvT4VQ="; }; Loading @@ -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"; Loading Loading
pkgs/by-name/se/secrethound/package.nix +3 −2 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildGoModule (finalAttrs: { src = fetchFromGitHub { owner = "rafabd1"; repo = "SecretHound"; rev = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}"; hash = "sha256-ca0AwD1oFBB8F2J4gLMtaDssacczugAkkSYdBTvT4VQ="; }; Loading @@ -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"; Loading