Commit 8a045a14 authored by R. RyanTM's avatar R. RyanTM
Browse files

seclists: 2023.2 -> 2023.3

parent 2387a37f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = ''