Skip to content

Commit ad192af

Browse files
authored
Merge pull request #333363 from r-ryantm/auto-update/offat
offat: 0.19.1 -> 0.19.3
2 parents b7e6334 + d4961ab commit ad192af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/of/offat/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "offat";
9-
version = "0.19.1";
9+
version = "0.19.3";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "OWASP";
1414
repo = "OFFAT";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-USSvUtY5THzsWlJtVYxrCquRJWfAoD7b7NHP7pB27sg=";
16+
hash = "sha256-LZd9nMeI+TMd95r6CuNAB7eMqrE97ne0ioPjuIbtK7w=";
1717
};
1818

1919
sourceRoot = "${src.name}/src";

0 commit comments

Comments
 (0)