Merge pull request #319245 from r-ryantm/auto-update/seclists

seclists: 2024.1 -> 2024.2
This commit is contained in:
Janik 2024-06-18 19:36:30 +02:00 committed by GitHub
commit 2741b089d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''