nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

silenthound: unstable-2022-09-02 -> 0-unstable-2022-12-14

+4 -5
+4 -5
pkgs/tools/security/silenthound/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "silenthound"; 8 - version = "unstable-2022-09-02"; 8 + version = "0-unstable-2022-12-14"; 9 9 format = "other"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "layer8secure"; 13 13 repo = "SilentHound"; 14 - rev = "44d361f6c95b79bd848603c8050af86db3d072b0"; 15 - hash = "sha256-6JcU6FIE+9fsMawI1RSNQyx9ubjxmchEKmeg6/kmI4s="; 14 + rev = "f04746aaca29e377c8badcbd6d8f6584deb9e919"; 15 + hash = "sha256-alTgo8/aqwERt/JC4W3KodAdyfNZyG3XqCp3z4OpS68="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [ ··· 36 36 meta = with lib; { 37 37 description = "Tool to enumerate an Active Directory Domain"; 38 38 homepage = "https://github.com/layer8secure/SilentHound"; 39 - # Unknown license, https://github.com/layer8secure/SilentHound/issues/1 40 - license = licenses.unfree; 39 + license = licenses.mit; 41 40 maintainers = with maintainers; [ fab ]; 42 41 mainProgram = "silenthound"; 43 42 };