secrethound: 1.1.0 -> 1.2.0 (#508330)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user