Skip to content

Commit 6973e1e

Browse files
authored
wafw00f: 2.2.0 -> 2.3.1 (NixOS#369898)
2 parents 51b5753 + 5ebfa75 commit 6973e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/wa/wafw00f/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 = "wafw00f";
9-
version = "2.2.0";
9+
version = "2.3.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "EnableSecurity";
1414
repo = "wafw00f";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-wJZ1/aRMFpE6Q5YAtGxXwxe2G9H/de+l3l0C5rwEWA8=";
16+
hash = "sha256-47lzFPMyAJTtreGGazFWUYiu9e9Q1D3QYsrQbwyaQME=";
1717
};
1818

1919
build-system = with python3.pkgs; [ setuptools ];

0 commit comments

Comments
 (0)