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

Merge pull request #227567 from fabaff/exploitdb-bump

exploitdb: 2023-04-18 -> 2023-04-21
parents 2a142811 db4fcb28
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-18";
  version = "2023-04-21";

  src = fetchFromGitLab {
    owner = "exploit-database";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-0wv9+hTe04JbGjNH3MeTjaHss5oaZ35ubiwsOhxoH8I=";
    hash = "sha256-zwF6QOm6daQlFP2DJYP9wZ50rb5Z47wIZ9yjHDcIr5M=";
  };

  nativeBuildInputs = [