exploitdb: 2023-08-22 -> 2023-08-24

Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-08-22...2023-08-24
This commit is contained in:
Fabian Affolter 2023-08-24 16:24:39 +02:00
parent 045910a1a3
commit 7b7b6396f3

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2023-08-22";
version = "2023-08-24";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-FgisC2eOQ0sqy+dkUs9RZ6nJQROidEv15Hf1wUwcUPE=";
hash = "sha256-iL0RfcTOKQ3c3UErfAE0efi4HXJYHUP6RFcgDzeGJqU=";
};
nativeBuildInputs = [