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

offat: 0.17.3 -> 0.17.5
This commit is contained in:
Fabian Affolter
2024-05-09 09:45:05 +02:00
committed by GitHub
+2 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "offat";
version = "0.17.3";
version = "0.17.5";
pyproject = true;
src = fetchFromGitHub {
owner = "OWASP";
repo = "OFFAT";
rev = "refs/tags/v${version}";
hash = "sha256-q9xqtJJ9R81tNvd5Z6S4OWMqDwVoijntw2LOXldVy0E=";
hash = "sha256-61VJPsmSvKZKBWQNl7klqZqFjEjhM3n4LuafZh4d6g4=";
};
sourceRoot = "${src.name}/src";