Unverified Commit 2b0f4bdc authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260441 from applePrincess/bump-exploitdb

exploitdb: 2023-10-03 -> 2023-10-10
parents 631c1504 0af5408b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2023-10-03";
  version = "2023-10-10";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-lK8Yj7YcnWX2PVIM8RkfGGvWutwT1333TYO1qrJKToc=";
    hash = "sha256-svFj+Kc2lonKqkwA4fbrvWK+JNJm3ANfWL+DCjB67pQ=";
  };

  nativeBuildInputs = [