faraday-cli: 2.1.11 -> 2.1.12

This commit is contained in:
R. Ryantm
2025-01-11 05:19:26 +00:00
parent e9b1bb016b
commit 2ae0dd8308
+2 -2
View File
@@ -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; [