exploitdb: 2023-06-01 -> 2023-06-03

This commit is contained in:
Lein Matsumaru 2023-06-04 05:12:04 +00:00
parent 90385792c8
commit d49ed98fd7
No known key found for this signature in database
GPG key ID: AAA50652F0479205

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-06-01";
version = "2023-06-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-38FbwwlzJSvbZhTP/SS0oxb07V45GfaS3mnpY1DSG6s=";
hash = "sha256-qyrQMNrCn6HaqMM1ikzx/KGquBOa71XNPHcu5aNnSYg=";
};
nativeBuildInputs = [