Commit 2ae0dd83 authored by R. RyanTM's avatar R. RyanTM
Browse files

faraday-cli: 2.1.11 -> 2.1.12

parent e9b1bb01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "faraday-cli";
  version = "2.1.11";
  version = "2.1.12";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "infobyte";
    repo = "faraday-cli";
    tag = version;
    hash = "sha256-bCiiX5dYodnWkKeNo2j3PGMz17F5y2X4ECZiStDdK5U=";
    hash = "sha256-TZABx76ap4mzZ99Xd8chkwBsGmT9qJWAeMaubUwGiRw=";
  };

  nativeBuildInputs = with python3.pkgs; [