12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
22 rev = "refs/tags/v${version}";
23 hash = "sha256-npRuszHkxwjJ+B+q8eQywXPd0OX0zS+AfCro4TM83Uc=";
26 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Library to remotely dump domain credentials";
43 homepage = "https://github.com/Z4kSec/Masky";
44 changelog = "https://github.com/Z4kSec/Masky/releases/tag/v${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ elasticdog ];