5 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 sha256 = "rBsOSXWnHRhpLmq20XBuGx8gGBM8ouMyOISkbzUcvE4=";
22 mv xorex.py $out/bin/xorex
27 propagatedBuildInputs = with python3.pkgs; [
33 description = "XOR Key Extractor";
34 homepage = "https://github.com/Neo23x0/xorex";
35 license = licenses.asl20;
36 maintainers = teams.determinatesystems.members;