Merge pull request #228034 from fabaff/exploitdb-bump

exploitdb: 2023-04-22 -> 2023-04-24
This commit is contained in:
Nick Cao 2023-04-25 09:32:49 +08:00 committed by GitHub
commit d27733bf2f
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-04-22";
version = "2023-04-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HE8L7+/41GMxQeMeei4CEBSbr+CzNkew843dK34D48k=";
hash = "sha256-RJYyFHTt7Cm6N+ZTD7D6GW/gKhwPhOMriV2+/lFWN10=";
};
nativeBuildInputs = [