Commit 6229be3a authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent a280ee57
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -5,16 +5,20 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ldeep";
  version = "1.0.35";
  version = "1.0.38";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "franc-pentest";
    repo = "ldeep";
    rev = "refs/tags/${version}";
    hash = "sha256-xt+IPU1709kAKRXBD5+U6L3gDdK7npXbgBdNiqu7yJs=";
    hash = "sha256-QoisQL7K4Xg4k7IGymvsMjNfTkjHtkVJpygHtX8lUqs=";
  };

  nativeBuildInputs = with python3.pkgs; [
    cython
  ];

  propagatedBuildInputs = with python3.pkgs; [
    commandparse
    cryptography