Merge pull request #317685 from r-ryantm/auto-update/ghauri

ghauri: 1.3.2 -> 1.3.4
This commit is contained in:
Fabian Affolter
2024-06-07 10:55:57 +02:00
committed by GitHub

View File

@@ -5,17 +5,21 @@
python3.pkgs.buildPythonApplication rec {
pname = "ghauri";
version = "1.3.2";
format = "setuptools";
version = "1.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "r0oth3x49";
repo = "ghauri";
rev = "refs/tags/${version}";
hash = "sha256-zd+Uf2t8yBWi07+BJYYYQ+4fIissuBdXjj877ul4gAQ=";
hash = "sha256-1xrswAxavUz3ybmT0E00pjiR8pmHvuBXE4zhAPnz5MQ=";
};
propagatedBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
setuptools
];
dependencies = with python3.pkgs; [
chardet
colorama
requests
@@ -31,10 +35,10 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "Tool for detecting and exploiting SQL injection security flaws";
mainProgram = "ghauri";
homepage = "https://github.com/r0oth3x49/ghauri";
changelog = "https://github.com/r0oth3x49/ghauri/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "ghauri";
};
}