exploitdb: 2023-08-24 -> 2023-08-25

This commit is contained in:
Lein Matsumaru 2023-08-25 10:59:04 +00:00
parent 4ab9330c37
commit 8203aec636
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-08-24";
version = "2023-08-25";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-iL0RfcTOKQ3c3UErfAE0efi4HXJYHUP6RFcgDzeGJqU=";
hash = "sha256-kDwhmkx+nxqtpyKp9mmnTbu6pzGL/J4/NP2mojljgws=";
};
nativeBuildInputs = [