Unverified Commit 2ea5e5d0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #220110 from fabaff/exploitdb-bump

exploitdb: 2023-03-01 -> 2023-03-06
parents c67eb375 c1d9d8c7
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-03-01";
  version = "2023-03-06";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-+1yu5R3JUmp6PylmkIWZlEXlq05fi9Lb1q36iBPWdso=";
    hash = "sha256-5ieCbYpQqL7+wYDJzGrnH8KWNOGvSQWkhUcIkXOhVo0=";
  };

  nativeBuildInputs = [