lol

Merge pull request #218338 from r-ryantm/auto-update/quark-engine

quark-engine: 22.12.1 -> 23.2.1

authored by

Fabian Affolter and committed by
GitHub
da5d2b23 a84db319

+2 -7
+2 -7
pkgs/tools/security/quark-engine/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "quark-engine"; 9 - version = "22.12.1"; 9 + version = "23.2.1"; 10 10 format = "setuptools"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = pname; 14 14 repo = pname; 15 15 rev = "refs/tags/v${version}"; 16 - sha256 = "sha256-PdLnR01BDfb3+WsOvOZTsDHWXRNK0pLTxCXOuWik0L0="; 16 + sha256 = "sha256-9WrOyBOoSif1P67Z19HW56RvsojoubeT58P0rM18XSk="; 17 17 }; 18 18 19 19 propagatedBuildInputs = with python3.pkgs; [ ··· 29 29 rzpipe 30 30 tqdm 31 31 ]; 32 - 33 - postPatch = '' 34 - substituteInPlace setup.py \ 35 - --replace "prompt-toolkit==3.0.19" "prompt-toolkit>=3.0.19" 36 - ''; 37 32 38 33 # Project has no tests 39 34 doCheck = false;