12 buildPythonPackage rec {
13 pname = "dissect-sql";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-f19l1NxIdkQRaqEAgeTIuloPY079TmnNZ/DLQEXFQIA=";
31 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Dissect module implementing a parsers for the SQLite database file format";
46 homepage = "https://github.com/fox-it/dissect.sql";
47 changelog = "https://github.com/fox-it/dissect.sql/releases/tag/${version}";
48 license = licenses.agpl3Only;
49 maintainers = with maintainers; [ fab ];