Unverified Commit 86c2a18d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

secrethound: 1.1.0 -> 1.2.0 (#508330)

parents bc0d8af7 aaec4c2d
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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";