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 mainProgram = "xorex";
35 homepage = "https://github.com/Neo23x0/xorex";
36 license = licenses.asl20;