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

Merge pull request #224374 from applePrincess/exploitdb-bump

exploitdb: 2023-04-01 -> 2023-04-02
parents f875cbdc cf34226d
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-04-01";
  version = "2023-04-02";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-9cH1zJd3r6unnJMnnpLGZZ82FGafRpiBq0rECH//PPc=";
    hash = "sha256-7P3nywaVBqURMTv3TWSn0Rgwc2Ax1fa3KwlpYds5yR4=";
  };

  nativeBuildInputs = [