Merge pull request #301164 from fabaff/exploitdb-bump

exploitdb: 2024-03-29 -> 2024-04-03
This commit is contained in:
Fabian Affolter 2024-04-03 10:59:19 +02:00 committed by GitHub
commit 21d36b06c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-03-29";
version = "2024-04-03";
src = fetchFromGitLab {
owner = "exploit-database";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-SNgC7gMedVpy07PQTt5MfyxZdb5bN3tTDx72l/rusvw=";
hash = "sha256-N6SF2BJltPfFqNA7YHDjuWLJw+PUk94pdl8mE9a1BiA=";
};
nativeBuildInputs = [