seclists: 2024.2 -> 2024.3

This commit is contained in:
R. Ryantm 2024-08-13 04:06:37 +00:00
parent 78f1673b19
commit 21ba6aa081

View File

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation {
pname = "seclists";
version = "2024.2";
version = "2024.3";
src = fetchFromGitHub {
owner = "danielmiessler";
repo = "SecLists";
rev = "2024.2";
hash = "sha256-qqXOLuZOj+mF7kXrdO62HZTrGsyepOSWr5v6j4WFGcc=";
rev = "2024.3";
hash = "sha256-Ffd4jpV8F6rtMQVqsu+8X/QU5rwbKXv0zkOCmUuhP8I=";
};
installPhase = ''