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

Merge pull request #254989 from fabaff/exploitdb-bump

exploitdb: 2023-09-12 -> 2023-09-13
parents 696353fc 48c121b7
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-09-12";
  version = "2023-09-13";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-XMOXBlCld1YXymRMOMIeQgszn8L6rMCZWPHlLtIAlRg=";
    hash = "sha256-Dv7LcKzZi5uvEiYmFk/lrOd1l1VknCvjz7cV3K2UfeM=";
  };

  nativeBuildInputs = [