seclists: 2024.3 -> 2024.4

This commit is contained in:
R. Ryantm 2024-11-20 20:36:07 +00:00
parent b948c596aa
commit 4814bb478f

View File

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