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

offat: 0.17.5 -> 0.18.0
This commit is contained in:
Fabian Affolter 2024-05-21 09:52:27 +02:00 committed by GitHub
commit 14e72f81d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "offat";
version = "0.17.5";
version = "0.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "OWASP";
repo = "OFFAT";
rev = "refs/tags/v${version}";
hash = "sha256-61VJPsmSvKZKBWQNl7klqZqFjEjhM3n4LuafZh4d6g4=";
hash = "sha256-AROfhVVV9MN+yRGWrzC2y9lfErT4C3Mg8qPz8lSODFM=";
};
sourceRoot = "${src.name}/src";