Merge pull request #305448 from r-ryantm/auto-update/offat

offat: 0.17.0 -> 0.17.2
This commit is contained in:
Fabian Affolter 2024-04-20 11:00:41 +02:00 committed by GitHub
commit 34fccf8cbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "offat";
version = "0.17.0";
version = "0.17.2";
pyproject = true;
src = fetchFromGitHub {
owner = "OWASP";
repo = "OFFAT";
rev = "refs/tags/v${version}";
hash = "sha256-tSLlMgvKIDlzHL71gH1OznKI5jEyUoJUy9d9Z8tNXjk=";
hash = "sha256-tyQoTc/cfzYxK+vLg9TvZdbKRX3B4tL1Do/wDMArJSA=";
};
sourceRoot = "${src.name}/src";