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

Merge pull request #318215 from fabaff/exploitdb-bump

exploitdb: 2024-06-04 -> 2024-06-08
parents 3fdc6a4b d1548a5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
  pname = "exploitdb";
  version = "2024-06-04";
  version = "2024-06-08";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = "exploitdb";
    rev = "refs/tags/${version}";
    hash = "sha256-8Vj5rj+4DGCHXHgJBOlUffRaS8ejS6EurU3OcaYOezg=";
    hash = "sha256-2PZTafasrJet9E/qoMaUIS/eZ8zWLujIAh5vqCrIHkQ=";
  };

  nativeBuildInputs = [ makeWrapper ];