seclists: 2024.3 -> 2024.4 (#358931)

This commit is contained in:
Fabian Affolter 2024-11-26 08:59:28 +01:00 committed by GitHub
commit 376236a761
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.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 = ''