Unverified Commit 1d27473f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #299941 from fabaff/exploitdb-bump

exploitdb: 2024-03-26 -> 2024-03-29
parents c0cc39c8 2c6c4102
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2024-03-26";
  version = "2024-03-29";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-oZfo9p23uvDw2f7O5AnycVpE14Rul8ZIeQPojVGQCXI=";
    hash = "sha256-SNgC7gMedVpy07PQTt5MfyxZdb5bN3tTDx72l/rusvw=";
  };

  nativeBuildInputs = [