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

This commit is contained in:
Janik 2023-11-15 20:24:50 +01:00 committed by GitHub
commit 3f65960812
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenvNoCC.mkDerivation {
pname = "seclists";
version = "2023.2";
version = "2023.3";
src = fetchFromGitHub {
owner = "danielmiessler";
repo = "SecLists";
rev = "2023.2";
hash = "sha256-yVxb5GaQDuCsyjIV+oZzNUEFoq6gMPeaIeQviwGdAgY=";
rev = "2023.3";
hash = "sha256-mJgCzp8iKzSWf4Tud5xDpnuY4aNJmnEo/hTcuGTaOWM=";
};
installPhase = ''