seclists: 2024.1 -> 2024.2

This commit is contained in:
R. Ryantm 2024-06-12 06:38:43 +00:00
parent c9c6f48c47
commit f398764864

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation {
pname = "seclists";
version = "2024.1";
version = "2024.2";
src = fetchFromGitHub {
owner = "danielmiessler";
repo = "SecLists";
rev = "2024.1";
hash = "sha256-0wK/8cJC9FSFrQUPhRy1/uwQONx2dR3U0XOdnMpxBuA=";
rev = "2024.2";
hash = "sha256-qqXOLuZOj+mF7kXrdO62HZTrGsyepOSWr5v6j4WFGcc=";
};
installPhase = ''