Unverified Commit de0d0a9e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #269805 from r-ryantm/auto-update/exploitdb

exploitdb: 2023-11-21 -> 2023-11-24
parents 2c4259e1 48c747ba
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-11-21";
  version = "2023-11-24";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-kRw9djRYFC88EG3bf+sY0ERUBEnqUvXudatG1nuHREg=";
    hash = "sha256-qSJ4ZmgOR36CcCVFneYZhgFysxsa/nySdiypveuX8Fw=";
  };

  nativeBuildInputs = [