offat: 0.17.2 -> 0.17.3

This commit is contained in:
R. Ryantm 2024-04-30 20:34:58 +00:00
parent 705bad7ed6
commit 656dcc5c67
1 changed files with 2 additions and 2 deletions

View File

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