Skip to content

Commit

Permalink
secrets-extractor: 1.0.1 -> 1.0.2 (NixOS#366570)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 20, 2024
2 parents d3d647d + ca15eff commit ff769c2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions pkgs/by-name/se/secrets-extractor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,24 @@

buildGoModule rec {
pname = "secrets-extractor";
version = "1.0.1";
version = "1.0.2";

src = fetchFromGitHub {
owner = "Xenios91";
repo = "Secrets-Extractor";
rev = "v${version}";
hash = "sha256-cwEG0cXlyhrUSQAuZ/5KVqJtez13GvZghabsooXCM/U=";
rev = "refs/tags/v${version}";
hash = "sha256-xtxhatxNK9bRnT1R/5BJkTcubO58sg5ssrziLYvw6mQ=";
};

vendorHash = "sha256-KhAaBNSpFu7LAWiHCWD1OssexW9N96ArDb7Oo1AaiWI=";
vendorHash = "sha256-1NfeFw8v6F00CZe8a3qdk/TrUBNi2wr9PvwIsZzkDSk=";

buildInputs = [
libpcap
];
buildInputs = [ libpcap ];

meta = with lib; {
description = "Tool to check packets for secrets";
homepage = "https://github.com/Xenios91/Secrets-Extractor";
# https://github.com/Xenios91/Secrets-Extractor/issues/1
license = with licenses; [ unfree ];
license = licenses.unfree;
maintainers = with maintainers; [ fab ];
};
}

0 comments on commit ff769c2

Please sign in to comment.