Merge pull request #318215 from fabaff/exploitdb-bump

exploitdb: 2024-06-04 -> 2024-06-08
This commit is contained in:
Fabian Affolter 2024-06-08 15:28:32 +02:00 committed by GitHub
commit 45d291af25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "exploitdb";
version = "2024-06-04";
version = "2024-06-08";
src = fetchFromGitLab {
owner = "exploit-database";
repo = "exploitdb";
rev = "refs/tags/${version}";
hash = "sha256-8Vj5rj+4DGCHXHgJBOlUffRaS8ejS6EurU3OcaYOezg=";
hash = "sha256-2PZTafasrJet9E/qoMaUIS/eZ8zWLujIAh5vqCrIHkQ=";
};
nativeBuildInputs = [ makeWrapper ];