Merge pull request #223703 from fabaff/exploitdb-bump

exploitdb: 2023-03-28 -> 2023-03-29
This commit is contained in:
Mario Rodas 2023-03-29 08:07:13 -05:00 committed by GitHub
commit e8b1a3fec1
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-03-28";
version = "2023-03-29";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-aduDgEj07Gy+P6xDa8DUT31ZHEWXHlzspi7ZY2wCl9A=";
hash = "sha256-qUBD5ZOkOHGDoST/xUfp508qOA40WZwvdONgXvQqLBY=";
};
nativeBuildInputs = [