about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-03-18 08:18:35 +0100
committerGitHub <noreply@github.com>2024-03-18 08:18:35 +0100
commit91b7c42dd1d52f7e0a567ed665c993fbbd15265a (patch)
tree46c6cf66dc347a8f91f16ee66765156817ee6699 /pkgs/tools
parent5a7fa7d67c83592dfcdad9a2318d6121192726c6 (diff)
parent3a223be67a46c4cd8e07f187da9714c0e90071a2 (diff)
Merge pull request #296621 from fabaff/silenthound
silenthound: unstable-2022-09-02 -> 0-unstable-2022-12-14
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/silenthound/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/tools/security/silenthound/default.nix b/pkgs/tools/security/silenthound/default.nix
index f2915c447675a..22ecb946d4a64 100644
--- a/pkgs/tools/security/silenthound/default.nix
+++ b/pkgs/tools/security/silenthound/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "silenthound";
-  version = "unstable-2022-09-02";
+  version = "0-unstable-2022-12-14";
   format = "other";
 
   src = fetchFromGitHub {
     owner = "layer8secure";
     repo = "SilentHound";
-    rev = "44d361f6c95b79bd848603c8050af86db3d072b0";
-    hash = "sha256-6JcU6FIE+9fsMawI1RSNQyx9ubjxmchEKmeg6/kmI4s=";
+    rev = "f04746aaca29e377c8badcbd6d8f6584deb9e919";
+    hash = "sha256-alTgo8/aqwERt/JC4W3KodAdyfNZyG3XqCp3z4OpS68=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [
@@ -36,8 +36,7 @@ python3.pkgs.buildPythonApplication rec {
   meta = with lib; {
     description = "Tool to enumerate an Active Directory Domain";
     homepage = "https://github.com/layer8secure/SilentHound";
-    # Unknown license, https://github.com/layer8secure/SilentHound/issues/1
-    license = licenses.unfree;
+    license = licenses.mit;
     maintainers = with maintainers; [ fab ];
     mainProgram = "silenthound";
   };