Merge pull request #246903 from applePrincess/exploitdb-bump

exploitdb: 2023-07-22 -> 2023-08-01
This commit is contained in:
Nick Cao 2023-08-03 05:39:33 -06:00 committed by GitHub
commit 28d4714c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-07-29";
version = "2023-08-01";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-/e6nemEoaWcx9A4KvweQgsQkNMdPX+PLerKv//vVQPQ=";
hash = "sha256-s0D7NMgU2cApeZWqAFGtLk8DdkGNVLh2kY/xNK7W7c0=";
};
nativeBuildInputs = [