Unverified Commit 26ac299d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

ldeep: 1.0.65 -> 1.0.66 (#343882)

parents 404b96e0 7198878c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "ldeep";
  version = "1.0.65";
  version = "1.0.66";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "franc-pentest";
    repo = "ldeep";
    rev = "refs/tags/${version}";
    hash = "sha256-SbsHc6gSHPmtDWHR+fJAcvWZMxae/Ufc4XB6cvoPTbE=";
    hash = "sha256-zXXTeuEgcGaMkJGWwWQ6DpKPEZp6fjy5i4jRr4AvApQ=";
  };

  pythonRelaxDeps = [